diff options
author | Slávek Banko <[email protected]> | 2023-11-05 18:45:48 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-11-10 09:47:46 +0100 |
commit | 6913f86b9fc8b35611ec95d85258f55d4fc29f70 (patch) | |
tree | 6449d1c0999893ed9c8dc065aa033a5f5a3ac377 | |
parent | 856e0f844a755b1a9eb2dceb3b0111eb1fccdab8 (diff) | |
download | kmyfirewall-6913f86b9fc8b35611ec95d85258f55d4fc29f70.tar.gz kmyfirewall-6913f86b9fc8b35611ec95d85258f55d4fc29f70.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 4005f8311f4cce7984fd0b2d4e8748e8e591bc70)
-rw-r--r-- | CMakeL10n.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index a91bd2a..e0b1b56 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### include our cmake modules ################# |