Skip to content

Commit

Permalink
Using v2.9 of cc.demo2.commsdsl to generate current code.
Browse files Browse the repository at this point in the history
  • Loading branch information
arobenko committed Sep 28, 2024
1 parent 7eae4e8 commit cc3fda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function (cc_plugin_core)
target_compile_options(${name} PRIVATE
$<$<CXX_COMPILER_ID:MSVC>:/bigobj /wd4127 /wd5054>
$<$<CXX_COMPILER_ID:GNU>:-ftemplate-depth=2048 -fconstexpr-depth=4096 -Wno-unused-local-typedefs>
$<$<CXX_COMPILER_ID:Clang>:-ftemplate-depth=2048 -fconstexpr-depth=4096 -Wno-unused-local-typedefs>
$<$<CXX_COMPILER_ID:Clang>:-ftemplate-depth=2048 -fconstexpr-depth=4096 -fbracket-depth=2048 -Wno-unused-local-typedefs>
)

endfunction()
Expand Down Expand Up @@ -122,7 +122,7 @@ function (cc_plugin protocol has_config_widget)
target_compile_options(${name} PRIVATE
$<$<CXX_COMPILER_ID:MSVC>:/bigobj /wd4127 /wd5054>
$<$<CXX_COMPILER_ID:GNU>:-ftemplate-depth=2048 -fconstexpr-depth=4096>
$<$<CXX_COMPILER_ID:Clang>:-ftemplate-depth=2048 -fconstexpr-depth=4096>
$<$<CXX_COMPILER_ID:Clang>:-ftemplate-depth=2048 -fconstexpr-depth=4096 -fbracket-depth=2048>
)

install (
Expand Down

0 comments on commit cc3fda2

Please sign in to comment.