summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 16:14:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 16:14:33 +0900
commit1d6b6ab5642992454ba5cd582cd49245f416e102 (patch)
treebc72e90535178ff9f336083596be002114b36462
parente21bd411ac54ad3b746e3e62ce9ae46cb5ad1f84 (diff)
downloadkcmldapmanager-r14.0.x.tar.gz
kcmldapmanager-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 4b4e7164b043e082caad70284eaaa8c41ac3109b)
-rw-r--r--CMakeLists.txt6
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 )