diff options
author | Michele Calgaro <[email protected]> | 2022-06-26 16:14:17 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-26 16:14:33 +0900 |
commit | 1d6b6ab5642992454ba5cd582cd49245f416e102 (patch) | |
tree | bc72e90535178ff9f336083596be002114b36462 | |
parent | e21bd411ac54ad3b746e3e62ce9ae46cb5ad1f84 (diff) | |
download | kcmldapmanager-1d6b6ab5642992454ba5cd582cd49245f416e102.tar.gz kcmldapmanager-1d6b6ab5642992454ba5cd582cd49245f416e102.zip |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 4b4e7164b043e082caad70284eaaa8c41ac3109b)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3717c8e..2d980d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kcmldapmanager ) -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 ) |