Updated format

This commit is contained in:
jLynx 2022-04-02 22:40:00 +13:00
parent 9200db24be
commit 250553e4ba

View File

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