We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237d0ea commit 1d3fae7Copy full SHA for 1d3fae7
CMakeLists.txt
@@ -9,9 +9,13 @@ SET(PROJECT_SUFFIX "-v3")
9
10
# Export CMake Target
11
SET(PROJECT_USE_CMAKE_EXPORT TRUE)
12
+
13
# Make sure that every header is generated in dynamic-graph
14
SET(CUSTOM_HEADER_DIR ${PROJECT_NAME})
15
16
+# Do not fail on warning
17
+SET(CXX_DISABLE_WERROR TRUE)
18
19
INCLUDE(cmake/base.cmake)
20
21
# Specify the project.
0 commit comments