summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 15:04:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 15:04:59 +0900
commitaa30946cb86625636be9dc1ce0ac452ab79f423f (patch)
tree2227c6a18649db2fc56f006f282134113f72d259
parent07e84c2174c9b21cc009f16600c5c11fd8f89e21 (diff)
downloadtde-style-baghira-aa30946c.tar.gz
tde-style-baghira-aa30946c.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c74949..42d2f60 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( tde-style-baghira )
-set( VERSION R14.1.0 )
#### include essential cmake modules
@@ -32,6 +31,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )