summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 19:11:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-24 19:11:50 +0900
commitf6724623ab2d0208819c38eae407b2653928a1de (patch)
treec1be8288de271d5973202866565f2ecf34b0aa73
parent07f2ec12db9ecd27d733907510d24eb3643fa753 (diff)
downloadkftpgrabber-f6724623.tar.gz
kftpgrabber-f6724623.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 41ce5cb..9f568cb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kftpgrabber )
-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 )