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:12:17 +0900
commitd95e70ed43882023d03297f464dfed26683f3a34 (patch)
treed893b268818ffd594c8cd3dc9cf846c1d98880aa
parent2e4119f6394c1712538813283024944baca43bd8 (diff)
downloadkftpgrabber-d95e70ed43882023d03297f464dfed26683f3a34.tar.gz
kftpgrabber-d95e70ed43882023d03297f464dfed26683f3a34.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f6724623ab2d0208819c38eae407b2653928a1de)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20cd637..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.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 )