diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:49 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:49 +0100 |
commit | 22588150c42613dab41f0e6b71ecc619c8f0abcd (patch) | |
tree | e55c4dd866a8b31ed5f34c8db3dd8eff089df5a1 | |
parent | e32b55992abfe7ab63981c226ec2c23356a94808 (diff) | |
download | kcmautostart-22588150c42613dab41f0e6b71ecc619c8f0abcd.tar.gz kcmautostart-22588150c42613dab41f0e6b71ecc619c8f0abcd.zip |
Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-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 59cdcf0..d6d4e11 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 |