summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 10:58:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 11:12:56 +0900
commit8fcc195154c1d125b03297d583f972e12cc1bab4 (patch)
tree11f8c8a55bfa0d2d9262c457d279cf67cf1dfba1
parentcd24032303c9b9fd4538ae7e1e6e5509b4213f16 (diff)
downloadkrecipes-8fcc1951.tar.gz
krecipes-8fcc1951.zip
Use centralized cmake versionHEADmaster
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 e0b1b56..0176702 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 #################