diff options
author | Allen Winter <allen.winter@kdab.com> | 2014-07-15 19:05:03 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2014-07-15 19:05:03 -0400 |
commit | f15452faa679660f75fabf8fb6f6785b549f0974 (patch) | |
tree | 4be75226a6d80cb6fd3cf7a9c39b8248eaca9b7b /Install.txt | |
parent | 3963d76ae1f6b8a4f0b0ef5b69675f2115a1f9d5 (diff) | |
download | libical-git-f15452faa679660f75fabf8fb6f6785b549f0974.tar.gz |
reduce the minimum CMake version to 2.8.7
as Travis uses that version
Diffstat (limited to 'Install.txt')
-rw-r--r-- | Install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Install.txt b/Install.txt index 02caf6c5..580260f3 100644 --- a/Install.txt +++ b/Install.txt @@ -11,7 +11,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.12 or higher + - CMake version 2.8.7 or higher - Perl - libicu (not required but strongly recommended) - a C compiler (let us know if the build fails with your C compiler) |