Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitedfa579

Browse files
committed
cpp-netlib#389: fix typo
1 parent5c8d9ab commitedfa579

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)

[8]ページ先頭

©2009-2025 Movatter.jp