1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-23 00:09:14 +01:00

Fix git revision string (#6083)

This commit is contained in:
Jonas Kvinge 2018-06-13 10:38:56 +02:00 committed by John Maguire
parent da648fd08f
commit 41ed505277

View File

@ -127,6 +127,7 @@ else(FORCE_GIT_REVISION)
if(NOT GIT_EXECUTABLE-NOTFOUND)
execute_process(COMMAND ${GIT_EXECUTABLE} describe --tags
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
RESULT_VARIABLE GIT_INFO_RESULT
OUTPUT_VARIABLE GIT_REV
ERROR_QUIET