cmake: rename PRE_RELEASE as RELEASE_CANDIDATE

This commit is contained in:
Mizux Seiha
2025-12-02 17:24:47 +01:00
committed by Corentin Le Molgat
parent 94dceb5957
commit 32ee8627ca
5 changed files with 8 additions and 8 deletions

View File

@@ -50,7 +50,7 @@ function(set_version VERSION RELEASE)
if(${STR} MATCHES "OR_TOOLS_MINOR=(.*)")
set(MINOR ${CMAKE_MATCH_1})
endif()
if(${STR} MATCHES "^PRE_RELEASE=YES\$")
if(${STR} MATCHES "^RELEASE_CANDIDATE=YES\$")
set(IS_RELEASE FALSE)
endif()
endforeach()