diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:45:56 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-12 18:25:14 +0100 |
commit | 587dc58e499f48720fca2b44a57862f454d05411 (patch) | |
tree | ab60ac49f36b1ce89f8ba45f1cbf0b9ae1fc1f29 | |
parent | e68f82c5e78dc04295bd8b3c1cdf5adb82588282 (diff) | |
download | kbarcode-587dc58e499f48720fca2b44a57862f454d05411.tar.gz kbarcode-587dc58e499f48720fca2b44a57862f454d05411.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 9503185fc6f36b949e32376e43a1df4ef7bfff18)
-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 9c75d46..f28ba46 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 9a83175..27f9496 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 |