summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 10:56:33 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 21:08:03 +0900
commit782e31aa7115a99330ae9a7372ebf6cee7a95a33 (patch)
treed86107628d1ecad77d1e1a8ca2b5c40fc98e2fe8
parent949305a2ca27daf4468d568851980840e4946bf7 (diff)
downloadkvirc-782e31aa.tar.gz
kvirc-782e31aa.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f639dc24d1e00c32ecfadbc66f263fa37423ea02)
-rw-r--r--CMakeL10n.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index c5abd68..c0d700e 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 #################