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 4fdf20c commit 5f9d094Copy full SHA for 5f9d094
CMakeLists.txt
@@ -6,7 +6,7 @@ list(APPEND CMAKE_MODULE_PATH
6
"${CMAKE_CURRENT_SOURCE_DIR}/cmake"
7
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
8
9
-add_definitions(-std=c++14 -Wall -Werror)
+add_definitions(-std=c++14 -Wall)
10
if(MSVC)
11
add_definitions(-WX)
12
else()
0 commit comments