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 11:14:15 +0900
commitf639dc24d1e00c32ecfadbc66f263fa37423ea02 (patch)
tree7948b61c02e1e6ca65f1e4617d74c9af1cda6063
parentfbb5c61c16a1afaba0f2198d0a0d448a2f4d70a4 (diff)
downloadkvirc-f639dc24d1e00c32ecfadbc66f263fa37423ea02.tar.gz
kvirc-f639dc24d1e00c32ecfadbc66f263fa37423ea02.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--CMakeL10n.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
index c5abd681..c0d700e7 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 #################