blob: 08dd2e56ba8fda21341232c5016e59062ba11004 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f622eb9..2252e26 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,6 +5,7 @@ cmake_minimum_required(VERSION 3.1)
set (VERSION "0.9.0")
set (CONFIG_VERSION ${VERSION})
+#[[
execute_process (
COMMAND git describe --tags --dirty --abbrev=6
OUTPUT_VARIABLE GIT_DESCRIBE_OUTPUT
@@ -24,6 +25,7 @@ if (GIT_DESCRIBE_RESULT EQUAL 0)
set (VERSION "${VERSION} [${GIT_REVPARSE_OUTPUT}]")
endif ()
endif ()
+]]
set (PACKAGE_NAME "QjackCtl")
set (PACKAGE_VERSION "${VERSION}")
|