summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-03-15 11:04:53 +0900
committerMichele Calgaro <[email protected]>2024-03-17 21:21:20 +0900
commit3541a498c47d58360ebd12bcebe88e2c03df9b1e (patch)
treeb2dbc6b4cc4300021a0916697d32d792dd384f9b
parente7650f0361b83c9cb62cae5362c0ff7f3c31fc9a (diff)
downloadkmyfirewall-3541a498c47d58360ebd12bcebe88e2c03df9b1e.tar.gz
kmyfirewall-3541a498c47d58360ebd12bcebe88e2c03df9b1e.zip
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 4458afc0190eebdc41a14ec4e6576f3d344bca10)
-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 #################