diff options
author | Michele Calgaro <[email protected]> | 2024-03-15 11:04:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 11:11:06 +0900 |
commit | 4458afc0190eebdc41a14ec4e6576f3d344bca10 (patch) | |
tree | 1b2e63cb88e25bd33a3b7ab529a75f616932ff78 | |
parent | be3e8b30a6f9e1a6468fa115e11b97b8f301d35f (diff) | |
download | kmyfirewall-4458afc0190eebdc41a14ec4e6576f3d344bca10.tar.gz kmyfirewall-4458afc0190eebdc41a14ec4e6576f3d344bca10.zip |
Use centralized cmake version
Signed-off-by: Michele Calgaro <[email protected]>
-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 ################# |