1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-06 18:57: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 c54ebbe53c
commit 2e3a596c2d

View file

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