summaryrefslogtreecommitdiffstats
path: root/CMakeScripts
diff options
context:
space:
mode:
authorAlexander Valavanis <valavanisalex@gmail.com>2017-07-10 08:19:49 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2017-07-10 08:19:49 +0000
commit9bb10ed9ea07d21c926f3ab1ca5db8027be29378 (patch)
treece610e17ab62bb84f01bbb4d8cef50fed685382a /CMakeScripts
parentUpdate popup menu usage (diff)
parentShortcuts: Fix for 7d248fbba5b0c24d9a24cda8c3f2e79f96395553 (is_user_set was ... (diff)
downloadinkscape-9bb10ed9ea07d21c926f3ab1ca5db8027be29378.tar.gz
inkscape-9bb10ed9ea07d21c926f3ab1ca5db8027be29378.zip
Merge branch 'master' of gitlab.com:inkscape/inkscape
Diffstat (limited to 'CMakeScripts')
-rw-r--r--CMakeScripts/inkscape-version.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/inkscape-version.cmake b/CMakeScripts/inkscape-version.cmake
index 9ffa7f8c7..40c1c4364 100644
--- a/CMakeScripts/inkscape-version.cmake
+++ b/CMakeScripts/inkscape-version.cmake
@@ -11,7 +11,7 @@
set(INKSCAPE_REVISION "unknown")
set(INKSCAPE_CUSTOM "custom")
-if(EXISTS ${INKSCAPE_SOURCE_DIR}/.git/)
+if(EXISTS ${INKSCAPE_SOURCE_DIR}/.git)
execute_process(COMMAND git describe
WORKING_DIRECTORY ${INKSCAPE_SOURCE_DIR}