summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 10:59:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 15:51:13 +0900
commited45be676cdb00c3b0f0f7dd55d72e5234d0eb0e (patch)
tree4451fe5b391aa10b5c04d6484369405b4065edd8 /CMakeL10n.txt
parente4505c9477f442cd834aa079295871ac9b498d7f (diff)
downloadk3b-ed45be676cdb00c3b0f0f7dd55d72e5234d0eb0e.tar.gz
k3b-ed45be676cdb00c3b0f0f7dd55d72e5234d0eb0e.zip
Use centralized cmake versionr14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 714fe39d5b6fc9e22e64f237e3d8886810cdec14)
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 0324056..8fc93cf 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 #################