diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:39 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-08 15:26:17 +0100 |
commit | ec568f0defd035d16bddec7e4e1104adf39ebfaa (patch) | |
tree | d9cbd66a0d25d70a700852642710347b7777242b | |
parent | 8161f0d93e8a8f8d1aedf6510307891af4288773 (diff) | |
download | gwenview-i18n-ec568f0defd035d16bddec7e4e1104adf39ebfaa.tar.gz gwenview-i18n-ec568f0defd035d16bddec7e4e1104adf39ebfaa.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 fb050b1583be6c0d44d11ab9c5b94e4f84b07542)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index de541a7..dbcd437 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # ################################################# -cmake_minimum_required( VERSION 3.1 ) +cmake_minimum_required( VERSION 3.5 ) ##### general package setup ##################### |