diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 19:28:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 19:28:54 +0900 |
commit | 36af5fc30f14bb897d3f5d4ee937447d5530588d (patch) | |
tree | 0ca2abac6ba134c746c584c75bee84e7a3135750 | |
parent | 4bb6449684dba348348e9cfd2954fb3a3482af5d (diff) | |
download | libcaldav-36af5fc30f14bb897d3f5d4ee937447d5530588d.tar.gz libcaldav-36af5fc30f14bb897d3f5d4ee937447d5530588d.zip |
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 9e51425..9ce0b52 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( libcaldav ) -set( VERSION R14.1.0 ) set( PACKAGE_VERSION 0.6.5 ) @@ -33,6 +32,11 @@ include( GNUInstallDirs OPTIONAL ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths if( CMAKE_INSTALL_LIBDIR ) |