You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2015/04/05 03:08:59 UTC

svn commit: r1671363 - /apr/apr-util/branches/1.5.x/README.cmake

Author: trawick
Date: Sun Apr  5 01:08:59 2015
New Revision: 1671363

URL: http://svn.apache.org/r1671363
Log:
Port r1671362 from apr trunk:

Fix the statement about OpenSSL and cmake 3.1.3.  (Thanks, Bert)

Modified:
    apr/apr-util/branches/1.5.x/README.cmake

Modified: apr/apr-util/branches/1.5.x/README.cmake
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/README.cmake?rev=1671363&r1=1671362&r2=1671363&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/README.cmake (original)
+++ apr/apr-util/branches/1.5.x/README.cmake Sun Apr  5 01:08:59 2015
@@ -33,14 +33,14 @@ 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-Util 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-Util.)
 * If using a command-line compiler: compiler and linker and related tools
   (Refer to the cmake documentation for more information.)
 
 The following support libraries are mandatory:
 
-* APR 1.4.x, built with cmake
+* APR 1.4.x or APR 1.5.x, built with cmake
 
 Optional support libraries allow optional features of APR to be enabled: