mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 14:46:55 +02:00
set inital USE_STABLE_GLOBAL_SERVICES to 0
This commit is contained in:
parent
0e567da8d2
commit
1966a710b5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ macro(SET_PACKAGING_PARAMETERS)
|
|||
set(RELEASE_NUMBER $ENV{RELEASE_NUMBER})
|
||||
string(TOLOWER "$ENV{BRANCH}" BUILD_BRANCH)
|
||||
set(BUILD_GLOBAL_SERVICES "DEVELOPMENT")
|
||||
set(USE_STABLE_GLOBAL_SERVICES FALSE)
|
||||
set(USE_STABLE_GLOBAL_SERVICES 0)
|
||||
|
||||
message(STATUS "The BUILD_BRANCH variable is: ${BUILD_BRANCH}")
|
||||
message(STATUS "The BRANCH environment variable is: $ENV{BRANCH}")
|
||||
|
|
Loading…
Reference in a new issue