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 11:13:43 +0900
commit5f9cfa993164c67acfcbf2e67bc09d888260f5de (patch)
tree45ed579ee7fe639bb22d9021c346bd9c01c5aa7c
parent36fc62e24650b719cf0305c18ad741b71e363f76 (diff)
downloadksquirrel-5f9cfa993164c67acfcbf2e67bc09d888260f5de.tar.gz
ksquirrel-5f9cfa993164c67acfcbf2e67bc09d888260f5de.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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 #################