We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13cd2d9 + 9ce7a71 commit 3c55ca7Copy full SHA for 3c55ca7
cmake/godotcpp.cmake
@@ -280,7 +280,7 @@ function( godotcpp_generate )
280
set( TARGET_NAME "godot-cpp.${TARGET_ALIAS}" )
281
282
# Generator Expressions that rely on the target
283
- set( DEBUG_FEATURES "$<NOT:$<STREQUAL:${TARGET_NAME},template_release>>" )
+ set( DEBUG_FEATURES "$<NOT:$<STREQUAL:${TARGET_ALIAS},template_release>>" )
284
set( HOT_RELOAD "$<IF:${HOT_RELOAD-UNSET},${DEBUG_FEATURES},$<BOOL:${GODOT_USE_HOT_RELOAD}>>" )
285
286
# the godot-cpp.* library targets
0 commit comments