Skip to content

Commit edfa579

Browse files
committed
cpp-netlib#389: fix typo
1 parent 5c8d9ab commit edfa579

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
@@ -67,7 +67,7 @@ elseif (${CMAKE_CXX_COMPILER_ID} MATCHES Clang)
6767
else()
6868
# We just add the -Wall and a high enough template depth
6969
# flag for Clang in other systems.
70-
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -ftemplate-dempth=256")
70+
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -ftemplate-depth=256")
7171
endif()
7272
endif()
7373

0 commit comments

Comments
 (0)