diff options
author | Slávek Banko <[email protected]> | 2021-12-29 12:32:55 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-12-29 12:32:55 +0100 |
commit | 8009d6219aee25870dc13802a429061479f850c8 (patch) | |
tree | 4df829d6047e46dfcfee7471c5a52e905d84307c | |
parent | c6e51ab83467b48c2402314d8447abd410aad4fa (diff) | |
download | libkexiv2-8009d6219aee25870dc13802a429061479f850c8.tar.gz libkexiv2-8009d6219aee25870dc13802a429061479f850c8.zip |
Raise the minimum required version of CMake to 3.1.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index afc6b27..017ca0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################ -cmake_minimum_required( VERSION 2.8.12 ) +cmake_minimum_required( VERSION 3.1 ) #### general package setup |