From 26b451a3a36f9b2ed3bbc287ac8bd3fb8e5c3ab0 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sun, 5 Apr 2015 01:06:02 +0000 Subject: 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 --- README.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.cmake') 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.) -- cgit v1.2.1