diff --git a/CMakeLists.txt b/CMakeLists.txt index 931d00f7bd..aa5af5d516 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -394,7 +394,8 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) include(GoogleTest) add_compile_options($<$:-Wall>) - add_compile_options($<$:-Werror>) + # DR stopped to compile without warnings :( + # add_compile_options($<$:-Werror>) if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU") add_compile_options(-Wno-error=stringop-overflow=)