summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:04:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 21:20:01 +0900
commit051fc70b8b98a3ef19fc8d0b306b36ec2a9df97a (patch)
tree61b3c4f7a273a84ac56a2ec316a6d8838a69d969 /CMakeL10n.txt
parentb80fb3b78c976c73612ed23a4d04fa355e03f310 (diff)
downloadkiosktool-051fc70b.tar.gz
kiosktool-051fc70b.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 22677fafe9d839253c06593a06b5b426a5c170e8)
Diffstat (limited to 'CMakeL10n.txt')
-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 #################