Skip to content

Commit 70390bd

Browse files
committed
Using v2.9 of cc.mqtt5.commsdsl to generate current code.
1 parent 2a16424 commit 70390bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function (cc_plugin_core)
102102
target_compile_options(${name} PRIVATE
103103
$<$<CXX_COMPILER_ID:MSVC>:/bigobj /wd4127 /wd5054>
104104
$<$<CXX_COMPILER_ID:GNU>:-ftemplate-depth=2048 -fconstexpr-depth=4096 -Wno-unused-local-typedefs>
105-
$<$<CXX_COMPILER_ID:Clang>:-ftemplate-depth=2048 -fconstexpr-depth=4096 -Wno-unused-local-typedefs>
105+
$<$<CXX_COMPILER_ID:Clang>:-ftemplate-depth=2048 -fconstexpr-depth=4096 -fbracket-depth=2048 -Wno-unused-local-typedefs>
106106
)
107107

108108
endfunction()
@@ -147,7 +147,7 @@ function (cc_plugin protocol has_config_widget)
147147
target_compile_options(${name} PRIVATE
148148
$<$<CXX_COMPILER_ID:MSVC>:/bigobj /wd4127 /wd5054>
149149
$<$<CXX_COMPILER_ID:GNU>:-ftemplate-depth=2048 -fconstexpr-depth=4096>
150-
$<$<CXX_COMPILER_ID:Clang>:-ftemplate-depth=2048 -fconstexpr-depth=4096>
150+
$<$<CXX_COMPILER_ID:Clang>:-ftemplate-depth=2048 -fconstexpr-depth=4096 -fbracket-depth=2048>
151151
)
152152

153153
install (

0 commit comments

Comments
 (0)