1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-22 12:47:45 +00:00

Actually generate the version strings correctly

This commit is contained in:
Mordred Admin 2018-02-14 14:46:18 +01:00
parent df61b53d1a
commit 0dba611358

View file

@ -113,7 +113,6 @@ function(git_describe _var)
execute_process(COMMAND
"${GIT_EXECUTABLE}"
describe
${hash}
${ARGN}
WORKING_DIRECTORY
"${CMAKE_CURRENT_SOURCE_DIR}"