diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:22:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-15 20:57:47 +0900 |
commit | f1c843a8c8cad74574086940c8fd25cd156d436f (patch) | |
tree | 2f66ad4dfde070c2f3c7429e49d08a7b28241054 | |
parent | 212fdb127ce752708f4b9de1dc6e5df61193046f (diff) | |
download | libcaldav-f1c843a8c8cad74574086940c8fd25cd156d436f.tar.gz libcaldav-f1c843a8c8cad74574086940c8fd25cd156d436f.zip |
Use centralized cmake versionr14.1.2
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 2ee8df8526a7b1976609bbcc930a6d6fb49ef074)
-rw-r--r-- | CMakeLists.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f6b5eb..941dd36 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 ) |