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 21:09:59 +0900
commitbd0871b7f54454407edb6062082aa5b27e808288 (patch)
tree14d598c766a6853e2b22aeb376116cd25ab9adb1
parent45efcea5acfbba869ab3dbba05f4be209b8b5ecc (diff)
downloadkrecipes-r14.1.x.tar.gz
krecipes-r14.1.x.zip
Use centralized cmake versionr14.1.2r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8fcc195154c1d125b03297d583f972e12cc1bab4)
-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 #################