summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 10:55:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 15:45:43 +0900
commit20ad9ac530db499bdc627d0e4c40e437bdc62a8a (patch)
treedc6876c593ce76015772e9048b7b505e215adbd6 /CMakeL10n.txt
parent188e5fcea58f1dea99a69953f81d1c74903adbd3 (diff)
downloadkftpgrabber-20ad9ac530db499bdc627d0e4c40e437bdc62a8a.tar.gz
kftpgrabber-20ad9ac530db499bdc627d0e4c40e437bdc62a8a.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 96eabfd3eaa674faa71a3b4632b1a35d1f83601f)
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 e0b1b56..0176702 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 #################