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:20:45 +0900
commitaa806af7649da9b26aadf4abaa7b0ed4e0335410 (patch)
tree6c0478ea818994b06d0515c4098540a6a1cc8616
parentbaf778cd4e0b294df8fa58c808b834d3c7ce2922 (diff)
downloadtdedocker-aa806af7649da9b26aadf4abaa7b0ed4e0335410.tar.gz
tdedocker-aa806af7649da9b26aadf4abaa7b0ed4e0335410.zip
Use TDE cmake macro to set versionr14.1.0
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 a1d9b8e..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.1.0 )
##### include essential cmake modules ###########
@@ -35,6 +34,11 @@ include( FindPkgConfig )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )