mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-09-23 06:24:37 -04:00
Updated format
This commit is contained in:
parent
9200db24be
commit
250553e4ba
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if ("$ENV{EnvironmentVariableName}" STREQUAL "")
|
||||||
if (GIT_VERSION_FOUND)
|
if (GIT_VERSION_FOUND)
|
||||||
set(VERSION "unknown")
|
set(VERSION "unknown")
|
||||||
else (GIT_VERSION_FOUND)
|
else (GIT_VERSION_FOUND)
|
||||||
set(VERSION "git-${GIT_VERSION}")
|
set(VERSION "${GIT_VERSION}")
|
||||||
endif (GIT_VERSION_FOUND)
|
endif (GIT_VERSION_FOUND)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue