We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66c0e4 commit 7301825Copy full SHA for 7301825
CMakeLists.txt
@@ -394,7 +394,8 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
394
include(GoogleTest)
395
396
add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Wall>)
397
- add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Werror>)
+ # DR stopped to compile without warnings :(
398
+ # add_compile_options($<$<COMPILE_LANGUAGE:CXX>:-Werror>)
399
400
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
401
add_compile_options(-Wno-error=stringop-overflow=)
0 commit comments