mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 21:17:43 +03:00
release build when checking out a git-tag
This commit is contained in:
parent
fae8979463
commit
923d24b448
1 changed files with 3 additions and 1 deletions
|
@ -80,7 +80,9 @@ set_property(CACHE KEEPASSXC_BUILD_TYPE PROPERTY STRINGS Snapshot Release PreRel
|
||||||
execute_process(COMMAND git tag --points-at HEAD
|
execute_process(COMMAND git tag --points-at HEAD
|
||||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||||
OUTPUT_VARIABLE GIT_TAG)
|
OUTPUT_VARIABLE GIT_TAG)
|
||||||
if(NOT GIT_TAG AND EXISTS ${CMAKE_SOURCE_DIR}/.version)
|
if(GIT_TAG)
|
||||||
|
set(OVERRIDE_VERSION ${GIT_TAG})
|
||||||
|
elseif(EXISTS ${CMAKE_SOURCE_DIR}/.version)
|
||||||
file(READ ${CMAKE_SOURCE_DIR}/.version OVERRIDE_VERSION)
|
file(READ ${CMAKE_SOURCE_DIR}/.version OVERRIDE_VERSION)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue