Skip to content

Commit 4522975

Browse files
committed
Merge pull request cpp-netlib#390 from sumarlidason/0.11-devel
cpp-netlib#389: fix typo
2 parents 5c8d9ab + edfa579 commit 4522975

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)