summaryrefslogtreecommitdiff
path: root/README.cmake
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2015-04-05 01:06:02 +0000
committerJeff Trawick <trawick@apache.org>2015-04-05 01:06:02 +0000
commit26b451a3a36f9b2ed3bbc287ac8bd3fb8e5c3ab0 (patch)
tree59c46800c96780b82ab43f79438cc2dcac0f2797 /README.cmake
parent0de684ff83fb6e7caefd1ddd88c69ac6efbed7d8 (diff)
downloadapr-26b451a3a36f9b2ed3bbc287ac8bd3fb8e5c3ab0.tar.gz
Fix the statement about OpenSSL and cmake 3.1.3. (Thanks, Bert)
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1671362 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r--README.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.cmake b/README.cmake
index 2e9108088..380f97bce 100644
--- a/README.cmake
+++ b/README.cmake
@@ -31,8 +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.)
+ cmake version 3.1.3 or later is required to work with current OpenSSL
+ releases. (OpenSSL is an optional prerequisite of APR.)
* If using a command-line compiler: compiler and linker and related tools
(Refer to the cmake documentation for more information.)