summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-03-15 11:04:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-03-17 11:11:06 +0900
commit4458afc0190eebdc41a14ec4e6576f3d344bca10 (patch)
tree1b2e63cb88e25bd33a3b7ab529a75f616932ff78
parentbe3e8b30a6f9e1a6468fa115e11b97b8f301d35f (diff)
downloadkmyfirewall-4458afc0.tar.gz
kmyfirewall-4458afc0.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 #################