summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2015-03-24 12:44:48 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2015-03-24 12:44:48 +0000
commit6f9f1dccb1df8aff72fb3d7528dba313da1c8cd9 (patch)
tree28c1bf567ec3cc520c51511e3f1d599b9a6453b5 /README.cmake
parent33e3250ea2f0ce82fbbc5d4fa389bfef1e9e238c (diff)
downloadlibapr-6f9f1dccb1df8aff72fb3d7528dba313da1c8cd9.tar.gz
Add hint on a version of cmake that works with OpenSSL 1.0.2.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1668865 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake
index cf8b88173..2e9108088 100644
--- a/README.cmake
+++ b/README.cmake
@@ -31,6 +31,8 @@ Prerequisites
The following tools must be in PATH:
* cmake, version 2.8 or later
+ (It has been reported that cmake version 3.1.3 is needed if you build
+ APR in conjunction with OpenSSL 1.0.2.)
* If using a command-line compiler: compiler and linker and related tools
(Refer to the cmake documentation for more information.)