mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:33:35 +02:00
changed USE_STABLE_GLOBAL_SERVICES to use 1
This commit is contained in:
parent
08f3a85aab
commit
0e567da8d2
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ macro(SET_PACKAGING_PARAMETERS)
|
|||
if (BUILD_BRANCH STREQUAL "stable")
|
||||
message(STATUS "The RELEASE_TYPE is PRODUCTION and the BUILD_BRANCH is stable...")
|
||||
set(BUILD_GLOBAL_SERVICES "STABLE")
|
||||
set(USE_STABLE_GLOBAL_SERVICES TRUE)
|
||||
set(USE_STABLE_GLOBAL_SERVICES 1)
|
||||
endif()
|
||||
|
||||
elseif (RELEASE_TYPE STREQUAL "PR")
|
||||
|
|
Loading…
Reference in a new issue