Skip to content

Commit 9e8a404

Browse files
committed
Disable warnings
1 parent 64b7f85 commit 9e8a404

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
@@ -14,7 +14,7 @@ include(CMakePrintHelpers)
1414
include(cmake/CompilerWarnings.cmake)
1515

1616
# Options
17-
option(ENABLE_COMPILER_WARNINGS "Project compile warnings." ON)
17+
option(ENABLE_COMPILER_WARNINGS "Project compile warnings." OFF)
1818

1919
cmake_print_variables(CMAKE_BUILD_TYPE ENABLE_COMPILER_WARNINGS CMAKE_CXX_FLAGS)
2020

0 commit comments

Comments
 (0)