From 2e3a596c2de1420162a07eb4483308813137917e Mon Sep 17 00:00:00 2001 From: Mordred Admin Date: Wed, 14 Feb 2018 14:46:18 +0100 Subject: [PATCH] Actually generate the version strings correctly --- cmake/GetGitRevisionDescription.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/GetGitRevisionDescription.cmake b/cmake/GetGitRevisionDescription.cmake index 543305e1..7d46f216 100644 --- a/cmake/GetGitRevisionDescription.cmake +++ b/cmake/GetGitRevisionDescription.cmake @@ -113,7 +113,6 @@ function(git_describe _var) execute_process(COMMAND "${GIT_EXECUTABLE}" describe - ${hash} ${ARGN} WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"