diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:38 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-08 09:40:39 +0100 |
commit | 1a929a80f4189d1a1399c80a39dc3a9465d825bb (patch) | |
tree | 44f13faa7aa61b2d91fb32ec53b8e62dc5e24f62 | |
parent | d52a5f09598f1bcdafc80dbf6fa3d07963b77c64 (diff) | |
download | tdepacman-1a929a80f4189d1a1399c80a39dc3a9465d825bb.tar.gz tdepacman-1a929a80f4189d1a1399c80a39dc3a9465d825bb.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 c770666ad18a183334e9faf48d14a4c7ff9184b3)
-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 1b79f1a..3aad738 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 |