summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 12:08:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 12:09:20 +0900
commit169b1ff8411fd7481bdba16a66fd5dbb97f8d1c4 (patch)
tree176e479683e59e1f07573d8f8c3d97f093905cc7
parentae0e03fbb3f43fb8b37d9baa6285b65cfa904338 (diff)
downloadkima-r14.0.x.tar.gz
kima-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 4248101dc45f71107f7c633c7e0233389ef31a09)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 320c1dd..2ffbeb7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kima )
-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 )