remove stray printout

This commit is contained in:
Robin Müller 2023-02-07 19:39:29 +01:00
parent 2580b7cb20
commit 7514071d79
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 0 additions and 1 deletions

View File

@ -26,6 +26,5 @@ function(determine_version_with_git)
list(APPEND GIT_INFO ${VERSION_SHA1})
endif()
set(GIT_INFO ${GIT_INFO} PARENT_SCOPE)
message(STATUS "GIT INFO: ${GIT_INFO}")
message(STATUS "eive | Set git version info into GIT_INFO from the git tag ${VERSION}")
endfunction()