unique helper file name
This commit is contained in:
parent
750369b0a6
commit
cccdced74d
@ -50,7 +50,7 @@ add_library(${LIB_FSFW_NAME})
|
|||||||
# Version handling
|
# Version handling
|
||||||
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
|
||||||
message(STATUS "${MSG_PREFIX} Determining version information with git")
|
message(STATUS "${MSG_PREFIX} Determining version information with git")
|
||||||
include(helpers)
|
include(FsfwHelpers)
|
||||||
determine_version_with_git("--exclude" "docker_*")
|
determine_version_with_git("--exclude" "docker_*")
|
||||||
set(FSFW_GIT_INFO ${GIT_INFO} CACHE STRING "Version information retrieved with git describe")
|
set(FSFW_GIT_INFO ${GIT_INFO} CACHE STRING "Version information retrieved with git describe")
|
||||||
list(GET FSFW_GIT_INFO 1 FSFW_VERSION)
|
list(GET FSFW_GIT_INFO 1 FSFW_VERSION)
|
||||||
|
Loading…
Reference in New Issue
Block a user