summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 10:52:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 15:41:38 +0900
commitdf4776754baf1c0e745423cfdb32ee938f33027c (patch)
tree7f6a78a251d6d8d80716c16a4eb2a43d3e6f7448 /CMakeL10n.txt
parenta809161606f1072987c9b4acaf943e0de82fe624 (diff)
downloadkdiff3-df4776754baf1c0e745423cfdb32ee938f33027c.tar.gz
kdiff3-df4776754baf1c0e745423cfdb32ee938f33027c.zip
Use centralized cmake versionr14.1.2
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5078bedfdce40325ca513ed3f98da022e856e50c)
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 d0be51a..a7089ff 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 #################