mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-21 20:27:46 +00:00
Actually generate the version strings correctly
This commit is contained in:
parent
df61b53d1a
commit
0dba611358
1 changed files with 0 additions and 1 deletions
|
@ -113,7 +113,6 @@ function(git_describe _var)
|
||||||
execute_process(COMMAND
|
execute_process(COMMAND
|
||||||
"${GIT_EXECUTABLE}"
|
"${GIT_EXECUTABLE}"
|
||||||
describe
|
describe
|
||||||
${hash}
|
|
||||||
${ARGN}
|
${ARGN}
|
||||||
WORKING_DIRECTORY
|
WORKING_DIRECTORY
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}"
|
"${CMAKE_CURRENT_SOURCE_DIR}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue