summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-10-20 17:30:26 +0200
committerSlávek Banko <slavek.banko@axis.cz>2022-10-20 17:31:20 +0200
commitade61ce645ee1f406fb79025b39d3e27a09d6357 (patch)
treeae453081e70f5dceb6c432009ce1af6d5b1d7c0d
parent37a1e7481b3efab99f28bff6fae0eb5a15d7301d (diff)
downloadkuickshow-r14.0.x.tar.gz
kuickshow-r14.0.x.zip
Use TDE cmake macro to set versionr14.0.13r14.0.x
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 57a318f4e77fa701be2a1fc5f60c6804276e1f1d)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 73d95d3..51e200a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,6 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################
project( kuickshow )
-set( VERSION R14.0.13 )
##### include essential cmake modules ###########
@@ -34,6 +33,11 @@ include( CheckSymbolExists )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )