summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:07:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 21:25:37 +0900
commitdd472e4095af433e7f5c129fbe759f0c66230d6b (patch)
treef0e04f08570d03012f45086ebe85c62edd994bd9 /CMakeLists.txt
parent73e92cf0198487e7762f26a939b6429e955ea896 (diff)
downloadknemo-dd472e40.tar.gz
knemo-dd472e40.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 18bf6584e30274eda534dbf319162c308709129c)
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 29183c5..14b532c 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 )