mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix console exclusion from all
This commit is contained in:
parent
aa9e9836b4
commit
092025673b
1 changed files with 1 additions and 1 deletions
|
@ -30,5 +30,5 @@ install(
|
|||
)
|
||||
|
||||
if (NOT PR_BUILD AND NOT PRODUCTION_BUILD)
|
||||
set_target_properties(${PACKAGING_TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL TRUE EXCLUDE_FROM_DEFAULT_BUILD TRUE)
|
||||
set_target_properties(${TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL TRUE EXCLUDE_FROM_DEFAULT_BUILD TRUE)
|
||||
endif ()
|
||||
|
|
Loading…
Reference in a new issue