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.
2 parents 5c8d9ab + edfa579 commit 4522975Copy full SHA for 4522975
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