diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3f9c248e03..8bf7c1b0c3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -171,6 +171,7 @@ else() if (MSVC) add_compile_options( + $<$:-Wno-c++98-compat> $<$:-Wno-c99-compat> $<$:-Wno-c98-compat>) endif()