summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 10:53:49 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 10:59:06 +0900
commit33ad40c5b827c90d8506efa080af73eb524a8ca2 (patch)
treef93b6086895c4f520182a9fd57589a09668f9fd4
parent831c5f62e234ee626144e127a3a7fa6815ad0cb0 (diff)
downloaddigikam-33ad40c5b827c90d8506efa080af73eb524a8ca2.tar.gz
digikam-33ad40c5b827c90d8506efa080af73eb524a8ca2.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 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 #################