Skip to content

Commit 000bed6

Browse files
authored
Merge pull request #8 from jcarpent/devel
Disable warning as errors
2 parents 7b70a38 + f088760 commit 000bed6

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)