> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: dinsdag 24 maart 2015 13:47
> To: [email protected]
> Subject: svn commit: r1668866 - /apr/apr-util/branches/1.5.x/README.cmake
>
> Author: trawick
> Date: Tue Mar 24 12:47:10 2015
> New Revision: 1668866
>
> URL: http://svn.apache.org/r1668866
> Log:
> Port r1668865 from trunk:
>
> Add hint on a version of cmake that works with OpenSSL 1.0.2.
>
> 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=1668866&r1=1668865&r2=1668866&
> view=diff
> ================================================================
> ==============
> --- apr/apr-util/branches/1.5.x/README.cmake (original)
> +++ apr/apr-util/branches/1.5.x/README.cmake Tue Mar 24 12:47:10 2015
> @@ -33,6 +33,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-Util in conjunction with OpenSSL 1.0.2.)
I think you also need this if you are building against recent 1.0.0 and 1.0.1
versions as these had the same layout changes applied, which broke the regexes
for parsing opensslv.h.
Bert