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 5c8d9ab commit edfa579Copy full SHA for edfa579
CMakeLists.txt
@@ -67,7 +67,7 @@ elseif (${CMAKE_CXX_COMPILER_ID} MATCHES Clang)
67
else()
68
# We just add the -Wall and a high enough template depth
69
# flag for Clang in other systems.
70
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -ftemplate-dempth=256")
+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -ftemplate-depth=256")
71
endif()
72
73
0 commit comments