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:18:45 +0900
commita01670c103529b90c3ff8ae5dd51e938377485d3 (patch)
tree87a1af3c5c4e7b7027f82ab1a8a8c7d9dd28f8f2
parentba88fe7cb671aa6e88e8a9263d893256171495e1 (diff)
downloadkdirstat-a01670c103529b90c3ff8ae5dd51e938377485d3.tar.gz
kdirstat-a01670c103529b90c3ff8ae5dd51e938377485d3.zip
Use TDE cmake macro to set versionr14.1.0
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 9f7a3e9..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.1.0 )
#### include essential cmake modules
@@ -32,6 +31,11 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
include( TDESetupPaths )