rename helpers file

This commit is contained in:
2022-04-22 15:42:13 +02:00
parent a416ca406b
commit 0f80501467
3 changed files with 7 additions and 8 deletions

View File

@ -6,7 +6,7 @@
# 4. Revision
# 5. git SHA hash and commits since tag
function(determine_version_with_git)
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/GetGitRevisionDescription.cmake)
include(GetGitRevisionDescription)
git_describe(VERSION ${ARGN})
string(FIND ${VERSION} "." VALID_VERSION)
if(VALID_VERSION EQUAL -1)