diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:30 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-08 09:34:45 +0100 |
commit | c8f5e54e97ef0d90944ce6c892a11177d16c2da0 (patch) | |
tree | 21ca3c2e7edf370496276ef849c73aab59e46472 | |
parent | 1f23d46244d0b189b0dc7eb2d02a2d86a01f630b (diff) | |
download | kdbg-c8f5e54e97ef0d90944ce6c892a11177d16c2da0.tar.gz kdbg-c8f5e54e97ef0d90944ce6c892a11177d16c2da0.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 50163f671cfa086151adc33dfb7246ae59a30378)
-rw-r--r-- | CMakeL10n.txt | 2 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 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 ################# diff --git a/CMakeLists.txt b/CMakeLists.txt index 44f6c76..da6ee46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) #### general package setup |