summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 10:54:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 15:45:20 +0900
commit28af00da49792579bb9badf940d7f93e7a037eb2 (patch)
treebc10645964ebdf33d77c48c020f0846fb1097a21 /CMakeLists.txt
parent1df6327df70d5317dbcda45ded9d32eb3eee72d0 (diff)
downloadkbiff-28af00da.tar.gz
kbiff-28af00da.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ad9174b1e2754a87160a80b056b0a705bd467a6c)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3cd3260..5fc39d6 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 )