summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--Install.txt5
-rw-r--r--ReleaseNotes.txt1
3 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index caf80a21..01fc326c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,7 +75,7 @@
# Build with the address sanitizer (requires gcc or clang)
#
-cmake_minimum_required(VERSION 2.8.9) #first line, to shutup a cygwin warning
+cmake_minimum_required(VERSION 3.1.0) #first line, to shutup a cygwin warning
project(libical C CXX)
cmake_policy(SET CMP0003 NEW)
diff --git a/Install.txt b/Install.txt
index 37e78e9f..e5b6ef06 100644
--- a/Install.txt
+++ b/Install.txt
@@ -1,5 +1,4 @@
-Libical v1.0 and above uses the CMake buildsystem.
-The autoconf build system has been removed and is no longer supported.
+Libical uses the CMake buildsystem.
Please see the comments at the top of CMakeLists.txt for
the available configuration options you can pass to cmake.
@@ -11,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 2.8.9 or higher
+ - CMake version 3.1.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 967bd186..a00b055c 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -3,6 +3,7 @@ Release Highlights
Version 3.0.0:
--------------
+ * Requires CMake v3.1.0 or higher
* icalvalue_as_ical_string() returns "TRUE" (non-zero) or "FALSE" (zero) values only.
* New icalvalue.h convenience macros: ICAL_BOOLEAN_TRUE and ICAL_BOOLEAN_FALSE
* Better value type checking of property values when parsing