summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 13:40:19 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 13:40:36 +0900
commita892f1f034bb7a6ed982dece06b1359db02ee919 (patch)
tree38490041bb7c41a092e197f6eaaffffb0bc59946
parente6834904ee095e0b15c2ee03c3f873a3d444da04 (diff)
downloadtdeio-ftps-r14.0.x.tar.gz
tdeio-ftps-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 4bdaeffb762b28157b6bfdd743aaf12d2fe4597d)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 42bea70..eb3fbe3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( tdeio_ftps )
-set( VERSION R14.0.13 )
#### include essential cmake modules
@@ -33,6 +32,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )