diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 10:55:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 21:06:55 +0900 |
| commit | e71eaf4d5448d6ec967a6353331a6bc90facf3a2 (patch) | |
| tree | 9327608e3516a6d6f812f1fba38e8d4daf3e764f /CMakeLists.txt | |
| parent | 0cf62cd09c31f527494f0a8859c9dd25c6d87c11 (diff) | |
| download | kshowmail-e71eaf4d.tar.gz kshowmail-e71eaf4d.zip | |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a1e8a90d872021eb5785652bb0b43273f4d4492c)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e1159e4..a645055 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 @@ -31,11 +35,6 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) -##### set version number ######################## - -tde_set_project_version( ) - - ##### setup install paths include( TDESetupPaths ) |
