forked from teamnwah/openmw-tes3coop
Undo increase to gcc/clang template depth
This commit is contained in:
parent
83fe29d10f
commit
e12330b038
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ target_compile_definitions(tes3mp-server PRIVATE $<$<CONFIG:Debug>:SERVER_DEBUG>
|
|||
|
||||
set_property(TARGET tes3mp-server PROPERTY CXX_STANDARD 14)
|
||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|
||||
target_compile_options(tes3mp-server PRIVATE -Wno-ignored-qualifiers -ftemplate-depth=4096)
|
||||
target_compile_options(tes3mp-server PRIVATE -Wno-ignored-qualifiers -ftemplate-depth=2048)
|
||||
endif()
|
||||
|
||||
target_link_libraries(tes3mp-server
|
||||
|
|
Loading…
Reference in a new issue