This commit is contained in:
jLynx
2022-04-02 22:02:05 +13:00
parent 03057546e1
commit 9200db24be
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ if ("$ENV{EnvironmentVariableName}" STREQUAL "")
if (GIT_VERSION_FOUND)
set(VERSION "unknown")
else (GIT_VERSION_FOUND)
set(VERSION "local-${GIT_VERSION}")
set(VERSION "git-${GIT_VERSION}")
endif (GIT_VERSION_FOUND)
endif()