File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -410,6 +410,11 @@ else()
410410 endif ()
411411endif ()
412412
413+ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang$" )
414+ # Fix template recursion limit hit by glaze
415+ target_compile_options (${EXE_NAME} PRIVATE "-fbracket-depth=1024" )
416+ endif ()
417+
413418# Include directories
414419target_include_directories (${EXE_NAME}
415420 PUBLIC
Original file line number Diff line number Diff line change 262262 "name" : " macos-parent" ,
263263 "cacheVariables" : {
264264 "EDITOR_PREFIX_PATH_APPEND" : " $env{EASYRPG_BUILDSCRIPTS}/macos/qt/6.10.1/macos" ,
265- "CMAKE_OSX_DEPLOYMENT_TARGET" : " 10.15 " ,
265+ "CMAKE_OSX_DEPLOYMENT_TARGET" : " 13.3 " ,
266266 "CMAKE_OSX_ARCHITECTURES" : " arm64"
267267 },
268268 "environment" : {
Original file line number Diff line number Diff line change 3939 "displayName": "macOS",
4040 "cacheVariables": {
4141 "EDITOR_PREFIX_PATH_APPEND": "$env{EASYRPG_BUILDSCRIPTS}/macos/qt/6.10.1/macos",
42- "CMAKE_OSX_DEPLOYMENT_TARGET": "10.15 ",
42+ "CMAKE_OSX_DEPLOYMENT_TARGET": "13.3 ",
4343 "CMAKE_OSX_ARCHITECTURES": "arm64"
4444 },
4545 "environment": {
You can’t perform that action at this time.
0 commit comments