diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-11-05 18:46:07 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-11-06 15:27:46 +0100 |
commit | 735076ec833448ca9acd061948fbfb9e4159ad33 (patch) | |
tree | af07bb6a1032a7c2b3f433a1f0ca90adc4306b27 | |
parent | 378208a74f12998d9e627a77683a975107761522 (diff) | |
download | libkexiv2-735076ec833448ca9acd061948fbfb9e4159ad33.tar.gz libkexiv2-735076ec833448ca9acd061948fbfb9e4159ad33.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 e263c483e80c795bcc116038544abd8e6f6cd664)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 10272fb..c40523d 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 |