diff --git a/CMakeLists.txt b/CMakeLists.txt index e4ded991..cc6ac50e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -144,6 +144,7 @@ target_compile_options( $<$:-Wno-error=format-overflow> $<$:-Wno-error=int-conversion> $<$:-Wno-error=comment> + $<$:-Wno-error=deprecated-declarations> $<$:-Wno-error=null-pointer-subtraction> $<$:-Wno-error=deprecated-declarations> $<$:-Wno-error=implicit-int-conversion>