diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:23:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 20:58:09 +0900 |
commit | 7b7f2ab5c22155df4fc0f32bd98dd0e0c8be44e0 (patch) | |
tree | 28911cf0135a419793ee031d7df0641630d70848 | |
parent | 2bee3c7a63019d5189aa4eece844305a525450d9 (diff) | |
download | libcarddav-7b7f2ab5c22155df4fc0f32bd98dd0e0c8be44e0.tar.gz libcarddav-7b7f2ab5c22155df4fc0f32bd98dd0e0c8be44e0.zip |
Use centralized cmake versionr14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit adec11ac092f4abd5266f86ebc2ca8411ef7aa3f)
-rw-r--r-- | CMakeLists.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index aedd911..1d237f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,11 @@ ############################################ -cmake_minimum_required( VERSION 3.5 ) +##### set project version ######################## + +include( TDEVersion ) +cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} ) +tde_set_project_version( ) #### general package setup @@ -32,11 +36,6 @@ include( GNUInstallDirs OPTIONAL ) include( TDEMacros ) -##### set version number ######################## - -tde_set_project_version( ) - - ##### setup install paths if( CMAKE_INSTALL_LIBDIR ) |