mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:40:11 +02:00
add exclusion of console from visual studio default
This commit is contained in:
parent
799577cac1
commit
669365bea1
1 changed files with 1 additions and 1 deletions
|
@ -30,5 +30,5 @@ install(
|
||||||
)
|
)
|
||||||
|
|
||||||
if (NOT PR_BUILD AND NOT PRODUCTION_BUILD)
|
if (NOT PR_BUILD AND NOT PRODUCTION_BUILD)
|
||||||
set_target_properties(${PACKAGING_TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL TRUE)
|
set_target_properties(${PACKAGING_TARGET_NAME} PROPERTIES EXCLUDE_FROM_ALL TRUE EXCLUDE_FROM_DEFAULT_BUILD TRUE)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
Loading…
Reference in a new issue