diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 19:36:17 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 19:37:30 +0900 |
commit | 64c632cac9bc70a5e2871b8035d336405676fc1e (patch) | |
tree | 24bb5fdd608bc8a2bf74ea2194e8be97ab230e71 | |
parent | bf7b65ffc92ca99cae23866cf559eadf6a468ce0 (diff) | |
download | libcarddav-64c632cac9bc70a5e2871b8035d336405676fc1e.tar.gz libcarddav-64c632cac9bc70a5e2871b8035d336405676fc1e.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e0ff52fb7cca3131a03ff3cff1fb7956bde24bbf)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f902c8a..3f2a04f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( libcarddav ) -set( VERSION R14.0.13 ) set( PACKAGE_VERSION 0.6.1 ) @@ -33,6 +32,11 @@ include( GNUInstallDirs OPTIONAL ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths if( CMAKE_INSTALL_LIBDIR ) |