diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 16:09:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 16:13:33 +0900 |
commit | b6e342245552d3a101c22a32e75c47988e60e064 (patch) | |
tree | 08ce315bc69e93a41751437948b6e2d59fd3c30e | |
parent | 381e0699528c12f420b917431797b393a9dc6422 (diff) | |
download | kdbusnotification-r14.0.x.tar.gz kdbusnotification-r14.0.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d864a4e665cd8ebcd75a2f94ab1ec0caffd659c1)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c38949..9a54b5b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kdbusnotification ) -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 ) |