1
0
forked from fsfw/fsfw

add fsfw specific cmake message prefix

This commit is contained in:
2022-04-22 14:08:26 +02:00
parent 7e1aed6ad9
commit b951cb736a
2 changed files with 14 additions and 12 deletions

View File

@ -24,5 +24,5 @@ function(determine_version_with_git)
list(APPEND GIT_INFO ${_VERSION_PATCH})
list(APPEND GIT_INFO ${VERSION_SHA1})
set(GIT_INFO ${GIT_INFO} PARENT_SCOPE)
message(STATUS "Set git version info into GIT_INFO from the git tag ${VERSION}")
message(STATUS "${MSG_PREFIX} Set git version info into GIT_INFO from the git tag ${VERSION}")
endfunction()