summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-21 18:07:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-21 18:07:53 +0900
commitaad30b9c4eb74412202b5b41275565392d7be66b (patch)
tree9d413d41c3d6240c9a4d710eb36b02f33957c404
parentf5aba5631dd968fcbc6b9bcdb59ae921d2d9fbe8 (diff)
downloadtdeadmin-aad30b9c4eb74412202b5b41275565392d7be66b.tar.gz
tdeadmin-aad30b9c4eb74412202b5b41275565392d7be66b.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 1c20c01..af8cd18 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( tdeadmin )
-set( VERSION R14.0.4 )
#### include essential cmake modules
@@ -31,6 +30,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )