Skip to content

Commit 5f9d094

Browse files
authored
Update CMakeLists.txt
1 parent 4fdf20c commit 5f9d094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ list(APPEND CMAKE_MODULE_PATH
66
"${CMAKE_CURRENT_SOURCE_DIR}/cmake"
77
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules")
88

9-
add_definitions(-std=c++14 -Wall -Werror)
9+
add_definitions(-std=c++14 -Wall)
1010
if(MSVC)
1111
add_definitions(-WX)
1212
else()

0 commit comments

Comments
 (0)