diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 12:32:49 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-29 13:02:59 +0100 |
commit | ea28c45b9f07f3f08618d9af0b0f8f4dd0b03f95 (patch) | |
tree | 6aca14e06e919b9dfac8ae86e433e17f8e77d65d | |
parent | 0f38e2ecb2c6a6c5dee6f7a0a2b3f03db0b880b8 (diff) | |
download | libcarddav-ea28c45b9f07f3f08618d9af0b0f8f4dd0b03f95.tar.gz libcarddav-ea28c45b9f07f3f08618d9af0b0f8f4dd0b03f95.zip |
Raise the minimum required version of CMake to 3.1.r14.0.12
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit e23b8330f465430e94b1887f33250d809e3d12fd)
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4dc05df..a6737a1 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 |