summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 13:38:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 13:39:09 +0900
commit9aa9c455970d701f3085e012162241b691d971df (patch)
tree7f01c08a7174c4a8fc7d379d95a5e3df02a24f46
parente4305e9d0a0a819feb99bb4c6951ba38c593bad3 (diff)
downloadtdeio-apt-r14.0.x.tar.gz
tdeio-apt-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 937dbf8cc9a4c1916322e88f9bbdbb3bf6d9b27a)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 035cc5e..c08c8eb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( tdeio_apt )
-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 )