summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:21:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 23:54:40 +0900
commitcb9f1d4a8199a298dad40b9e7a54930ebcc649b8 (patch)
tree8806a851161790af702df35a5ca6d76ae7ad25a0 /CMakeLists.txt
parent684bdead5811d315594eec3ca9b1c68cec1cfd14 (diff)
downloadtdewebdev-cb9f1d4a.tar.gz
tdewebdev-cb9f1d4a.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 470c1e64e97cb0f0ad93d2b23857f0c672eadaa0)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index dbcfe2d7..84420a6e 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 #####################
@@ -32,11 +37,6 @@ include( CheckCXXSourceCompiles )
include( TDEMacros )
-##### set version number ########################
-
-tde_set_project_version( )
-
-
##### setup install paths #######################
include( TDESetupPaths )