Skip to content

Commit 1d3fae7

Browse files
olivier-stasseOlivier Stasse
authored andcommitted
Disable error on warnings
1 parent 237d0ea commit 1d3fae7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,13 @@ SET(PROJECT_SUFFIX "-v3")
99

1010
# Export CMake Target
1111
SET(PROJECT_USE_CMAKE_EXPORT TRUE)
12+
1213
# Make sure that every header is generated in dynamic-graph
1314
SET(CUSTOM_HEADER_DIR ${PROJECT_NAME})
1415

16+
# Do not fail on warning
17+
SET(CXX_DISABLE_WERROR TRUE)
18+
1519
INCLUDE(cmake/base.cmake)
1620

1721
# Specify the project.

0 commit comments

Comments
 (0)