summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-23 13:18:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-23 13:44:36 +0900
commit1af51c5ec6513038aaa0fba7e897629e9f631f16 (patch)
tree0e9528f2f06378cd2153b78c4c82f5ab9372164b
parent05a3c8cec5d18ab541ec4649a1fb632916979d36 (diff)
downloadkdirstat-r14.0.x.tar.gz
kdirstat-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 a01670c103529b90c3ff8ae5dd51e938377485d3)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4f287f3..c0d8c41 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( kdirstat )
-set( VERSION R14.0.13 )
#### include essential cmake modules
@@ -32,6 +31,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )