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

Commit4176bd9

Browse files
committed
Fix build for Clang in OS X.
1 parenta4057db commit4176bd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ endif()
3636

3737
if (${CMAKE_CXX_COMPILER_ID}MATCHESGNU)
3838
set (CMAKE_CXX_FLAGS"${CMAKE_CXX_FLAGS} -Wall")
39+
elseif (${CMAKE_CXX_COMPILER_ID}MATCHESClang)
40+
set (CMAKE_CXX_FLAGS"${CMAKE_CXX_FLAGS} -Wall -ftemplate-depth=256")
3941
endif()
4042

4143
if (Boost_FOUND)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp