diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-15 11:12:03 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 23:06:13 +0900 |
| commit | 4c775c6110fba2ff03df66c25e6b5a6383cc48b5 (patch) | |
| tree | 1f00eac8c80ff766a3adaea5bcf545c89c1780b2 /CMakeLists.txt | |
| parent | 2ddf00f4c8e894fe04bab90539e07f747989975e (diff) | |
| download | kgtk-qt3-4c775c61.tar.gz kgtk-qt3-4c775c61.zip | |
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 91a3f7d4164fee0e04bdcca88e7cc4b05d8ef77f)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 17f4ddd..b4753f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,12 @@ # ################################################# -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 ##################### @@ -48,11 +53,6 @@ include( FindPkgConfig ) include( TDEMacros ) -##### set version number ######################## - -tde_set_project_version( ) - - ##### setup install paths ####################### include( TDESetupPaths ) |
