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

Commit021afc3

Browse files
committed
Fix compilation: update template depth
1 parent043869b commit021afc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎CMakeLists.txt‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ if (${CMAKE_CXX_COMPILER_ID} MATCHES GNU)
2525
set (CMAKE_CXX_FLAGS"${CMAKE_CXX_FLAGS} -Wall")
2626
endif()
2727

28+
if(NOTMSVC)
29+
set(CMAKE_CXX_FLAGS"${CMAKE_CXX_FLAGS} -ftemplate-depth=1024")
30+
endif()
31+
2832
if (Boost_FOUND)
2933
if (MSVC)
3034
add_definitions(-D_SCL_SECURE_NO_WARNINGS)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp