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 226f7a2 commit cb3b38cCopy full SHA for cb3b38c
CMakeLists.txt
@@ -81,7 +81,7 @@ CONFIGURE_FILE( "${PROJECT_SOURCE_DIR}/version.in"
81
NEWLINE_STYLE UNIX )
82
83
macro(UseCompilationWarningAsError)
84
- if ( MSVC )
+ if ( MSVC )
85
# Only enabled in debug because some old versions of VS STL generate
86
# warnings when compiled in release configuration.
87
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /WX ")
0 commit comments