summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2015-03-24 12:44:48 +0000
committerJeff Trawick <trawick@apache.org>2015-03-24 12:44:48 +0000
commita1b99f63047431cdf13c3a616e6c6fe26fb55b13 (patch)
tree28c1bf567ec3cc520c51511e3f1d599b9a6453b5 /README.cmake
parentcdfe10ee837e20862e90ee7c049c5bde67f69891 (diff)
downloadapr-a1b99f63047431cdf13c3a616e6c6fe26fb55b13.tar.gz
Add hint on a version of cmake that works with OpenSSL 1.0.2.
git-svn-id: https://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.)