diff options
author | Jeff Trawick <trawick@apache.org> | 2015-04-05 03:10:37 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2015-04-05 03:10:37 +0200 |
commit | 099f96e7f12545e267228f031bb037b5281c5659 (patch) | |
tree | 420ee6461dd36ac35dca6c0053aeb727bce334fa /README.cmake | |
parent | Not that hard to explain... (diff) | |
download | apache2-099f96e7f12545e267228f031bb037b5281c5659.tar.xz apache2-099f96e7f12545e267228f031bb037b5281c5659.zip |
Mention the cmake/OpenSSL compatibility issue
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1671364 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | README.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.cmake b/README.cmake index f2fa318187..35b6f72d81 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 |