summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 15:00:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 15:01:19 +0900
commit926a2def358ff7c736db43300e37fc3f57d6e3e2 (patch)
treeb5311af8e60fd3de5f1820bc52cc1b6ce950e113
parent9cc1816a3633c32d05fd86a1855177fea2da97a5 (diff)
downloadksplash-engine-moodin-r14.0.x.tar.gz
ksplash-engine-moodin-r14.0.x.zip
Use TDE cmake macro to set versionr14.0.13r14.0.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 906375a0a07ab67454889b14f6511d35d681cea7)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5668760..08552b4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( ksplash-engine-moodin )
-set( VERSION R14.0.13 )
#### include essential cmake modules
@@ -32,6 +31,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )