summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:03:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 11:12:05 +0900
commitea7a0b4d73337e0e30678300466e668179241348 (patch)
treee07bb3639241c493827b15414fc740ebca28c2cd
parent04d9ceaa0e20cc22f1cdc55bd691cd6cd391457a (diff)
downloadkoffice-ea7a0b4d.tar.gz
koffice-ea7a0b4d.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 405f0dac..d81c36c0 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 #################