summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-22 23:20:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-22 23:21:44 +0900
commitb5d656856338b90259aad9d84450194ff4a1ceea (patch)
treebf3b2326261acfa14458dffe227e4b9db28ad961
parent2654338bb28920c27e479a874fbad81e60578edc (diff)
downloadtdedocker-r14.0.x.tar.gz
tdedocker-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 aa806af7649da9b26aadf4abaa7b0ed4e0335410)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e55a508..28390c6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,6 @@ cmake_minimum_required( VERSION 3.1 )
##### general package setup #####################
project( tdedocker )
-set( VERSION R14.0.13 )
##### include essential cmake modules ###########
@@ -35,6 +34,11 @@ include( FindPkgConfig )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )