summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:04:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 11:09:31 +0900
commitcf159cf5fcd047dd757a8a2b823ba2c73c8c44e8 (patch)
treebeb9f9c095265a2f691dbf988f69306f47a59d15 /CMakeL10n.txt
parent5695309e8bae33548480061ec5e74bcd93a3bcd1 (diff)
downloadkdpkg-cf159cf5fcd047dd757a8a2b823ba2c73c8c44e8.tar.gz
kdpkg-cf159cf5fcd047dd757a8a2b823ba2c73c8c44e8.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 3713b9a..b131279 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 #################