diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:04:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 21:21:20 +0900 |
commit | 3541a498c47d58360ebd12bcebe88e2c03df9b1e (patch) | |
tree | b2dbc6b4cc4300021a0916697d32d792dd384f9b | |
parent | e7650f0361b83c9cb62cae5362c0ff7f3c31fc9a (diff) | |
download | kmyfirewall-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.txt | 6 |
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 ################# |