mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 06:53:46 +02: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