diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-23 13:18:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-23 13:44:36 +0900 |
commit | 1af51c5ec6513038aaa0fba7e897629e9f631f16 (patch) | |
tree | 0e9528f2f06378cd2153b78c4c82f5ab9372164b /CMakeLists.txt | |
parent | 05a3c8cec5d18ab541ec4649a1fb632916979d36 (diff) | |
download | kdirstat-1af51c5ec6513038aaa0fba7e897629e9f631f16.tar.gz kdirstat-1af51c5ec6513038aaa0fba7e897629e9f631f16.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a01670c103529b90c3ff8ae5dd51e938377485d3)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
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 ) |