diff --git a/cmake/macros/SetPackagingParameters.cmake b/cmake/macros/SetPackagingParameters.cmake index 531f9a1da2..67aee72738 100644 --- a/cmake/macros/SetPackagingParameters.cmake +++ b/cmake/macros/SetPackagingParameters.cmake @@ -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")