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/03/24 13:44:48 UTC

svn commit: r1668865 - /apr/apr/trunk/README.cmake

Author: trawick
Date: Tue Mar 24 12:44:48 2015
New Revision: 1668865

URL: http://svn.apache.org/r1668865
Log:
Add hint on a version of cmake that works with OpenSSL 1.0.2.

Modified:
    apr/apr/trunk/README.cmake

Modified: apr/apr/trunk/README.cmake
URL: http://svn.apache.org/viewvc/apr/apr/trunk/README.cmake?rev=1668865&r1=1668864&r2=1668865&view=diff
==============================================================================
--- apr/apr/trunk/README.cmake (original)
+++ apr/apr/trunk/README.cmake Tue Mar 24 12:44:48 2015
@@ -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.)