mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-12 18:29:02 +00:00
Ajout de -ftemplate-depth=100 pour fix une autre valeur par défaut avec clang
This commit is contained in:
parent
9dd99be899
commit
27b6a395a4
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
FILE(GLOB SRC *.cpp *.h)
|
FILE(GLOB SRC *.cpp *.h)
|
||||||
|
|
||||||
|
add_definitions("-ftemplate-depth=100")
|
||||||
|
|
||||||
LIST(REMOVE_ITEM SRC
|
LIST(REMOVE_ITEM SRC
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/ai_entity_id.cpp
|
${CMAKE_CURRENT_SOURCE_DIR}/ai_entity_id.cpp
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/ai_entity_id.h
|
${CMAKE_CURRENT_SOURCE_DIR}/ai_entity_id.h
|
||||||
|
|
Loading…
Reference in a new issue