diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 16:12:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 16:12:31 +0900 |
commit | 5fb3f1c9c0531e9ef6663e1a67b154f096369d8c (patch) | |
tree | 6437d314db00f9853ced76fd2006e2293c7efc42 | |
parent | 248dd79ebe63ee14c364fe4521a8c2dd568d0659 (diff) | |
download | kcmldapcontroller-5fb3f1c9c0531e9ef6663e1a67b154f096369d8c.tar.gz kcmldapcontroller-5fb3f1c9c0531e9ef6663e1a67b154f096369d8c.zip |
Use TDE cmake macro to set versionr14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dd63636..7d34154 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kcmldapcontroller ) -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 ) |