summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 10:54:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 21:03:57 +0900
commitca605599c9f53dfcbc944f2ebc962ec90018a357 (patch)
tree78d60bdfbf5e889904f6ed3d135a5066bff961d8
parentc8cada82613730599c89ce250e64c5a56ec68751 (diff)
downloadksquirrel-ca605599.tar.gz
ksquirrel-ca605599.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5f9cfa993164c67acfcbf2e67bc09d888260f5de)
-rw-r--r--CMakeL10n.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index ec40e4d..a9c7e38 100644
--- a/CMakeL10n.txt
+++ b/CMakeL10n.txt
@@ -9,7 +9,11 @@
#
#################################################
-cmake_minimum_required( VERSION 3.5 )
+
+##### set project version ########################
+
+include( TDEVersion )
+cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} )
##### include our cmake modules #################