diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 29fa24383a..25f09d6c1b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -169,6 +169,9 @@ else() $<$:-Wmissing-declarations> $<$:-Wshadow> $<$:-Wunused>) + # Some compilers could particularly misbehave :) + add_compile_options( + $<$:-Wno-error-all>) endif() add_compile_options( $<$:-Wno-attributes>