summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-22 19:03:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-22 19:04:40 +0900
commit759f9d2cb4c8685485685c54324dd3f1fa1bb359 (patch)
tree9a504556810b4f383c1e085b4cb9db6a0aefbe5f
parent2b6b7318611c9f7149e21206d6870c553546aa53 (diff)
downloadkshutdown-r14.0.x.tar.gz
kshutdown-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 352c9f877b8048c812ba739e4631793ce1627008)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ffed7e8..aff8077 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kshutdown )
-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 )