diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 19:11:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 19:11:50 +0900 |
commit | f6724623ab2d0208819c38eae407b2653928a1de (patch) | |
tree | c1be8288de271d5973202866565f2ecf34b0aa73 | |
parent | 07f2ec12db9ecd27d733907510d24eb3643fa753 (diff) | |
download | kftpgrabber-f6724623ab2d0208819c38eae407b2653928a1de.tar.gz kftpgrabber-f6724623ab2d0208819c38eae407b2653928a1de.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 6 |
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 ) |