summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-05-11 11:41:28 -0400
committerAllen Winter <allen.winter@kdab.com>2019-05-11 11:41:28 -0400
commit13c6a32bcb064e2e506b9fe2af1d202b61c05fc7 (patch)
treecf56f8033c19292f1badcf38f2e6cb24f0b79bcc
parent344bef77afb5078f68f8a810df9af7eee19cd58c (diff)
downloadlibical-git-13c6a32bcb064e2e506b9fe2af1d202b61c05fc7.tar.gz
CMakeLists.txt - bump minimum cmake version to 3.11.0
-rw-r--r--CMakeLists.txt2
-rw-r--r--Install.txt2
-rw-r--r--ReleaseNotes.txt1
3 files changed, 3 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5debd85a..dd8a8ef1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -79,7 +79,7 @@
# Build with the thread sanitizer (requires gcc or clang)
#
-cmake_minimum_required(VERSION 3.1.0) #first line, to shutup a cygwin warning
+cmake_minimum_required(VERSION 3.11.0) #first line, to shutup a cygwin warning
project(libical C) #CXX is optional for the bindings
cmake_policy(SET CMP0003 NEW)
diff --git a/Install.txt b/Install.txt
index 62c1d5bb..5f179c75 100644
--- a/Install.txt
+++ b/Install.txt
@@ -10,7 +10,7 @@ passing -DCMAKE_INSTALL_PREFIX=/install/path to cmake.
To build a debug version pass -DCMAKE_BUILD_TYPE=Debug to cmake.
To build libical you will need:
- - CMake version 3.1.0 or higher
+ - CMake version 3.11.0 or higher
- Perl
- libicu (not required but strongly recommended)
- a C compiler (let us know if the build fails with your C compiler)
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 03a5958e..c6fe0c8f 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -3,6 +3,7 @@ Release Highlights
Version 3.1.0 (NOT RELEASED YET):
--------------
+ * Requires CMake v3.11.0 or higher
* New publicly available functions:
+ icalrecurrencetype_encode_day
+ icalrecurrencetype_encode_month