Skip to content

Commit f088760

Browse files
committed
cmake: disable warning as errors
1 parent 7b70a38 commit f088760

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 @@ SET(PROJECT_USE_CMAKE_EXPORT TRUE)
1414
# Project configuration
1515
SET(PROJECT_USE_CMAKE_EXPORT TRUE)
1616
SET(CMAKE_VERBOSE_MAKEFILE TRUE)
17-
# SET(CXX_DISABLE_WERROR FALSE)
17+
SET(CXX_DISABLE_WERROR TRUE)
1818

1919
# Check if the submodule cmake have been initialized
2020
IF(NOT EXISTS "${CMAKE_SOURCE_DIR}/cmake/base.cmake")

0 commit comments

Comments
 (0)