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:29:52 +0900 |
commit | a45f7d2d99a04890e6895ff32250f2efcb45f252 (patch) | |
tree | 196a741bfdde464776b98f87a090b81358f3c2da | |
parent | af7d8e41e9e132de5a88151648c51a91738f7950 (diff) | |
download | libcaldav-r14.0.x.tar.gz libcaldav-r14.0.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 36af5fc30f14bb897d3f5d4ee937447d5530588d)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c6079c..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.0.13 ) 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 ) |