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:19 +0900
commit4bdaeffb762b28157b6bfdd743aaf12d2fe4597d (patch)
tree27d41042b962a7cf5ec3ffd263a592b105d5cc9c
parent549de5308fff3b711fde609a4f56ab0ca8a23e52 (diff)
downloadtdeio-ftps-4bdaeffb.tar.gz
tdeio-ftps-4bdaeffb.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 fae7744..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.1.0 )
#### include essential cmake modules
@@ -33,6 +32,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )