From bad12d48737ca51275ffad01a25035e2388267e0 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sun, 5 Apr 2015 01:10:37 +0000 Subject: [PATCH] Mention the cmake/OpenSSL compatibility issue git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1671364 13f79535-47bb-0310-9956-ffa450edef68 --- README.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.cmake b/README.cmake index f2fa3181870..35b6f72d813 100644 --- a/README.cmake +++ b/README.cmake @@ -31,6 +31,8 @@ Prerequisites The following tools must be in PATH: * cmake, version 2.8 or later + cmake version 3.1.3 or later is required to work with current OpenSSL + releases. (OpenSSL is an optional prerequisite of httpd.) * Perl * If the WITH_MODULES feature is used: awk * If using a command-line compiler: compiler and linker and related tools -- 2.47.3