svn commit: r1920394 - /apr/apr-util/branches/1.7.x/README.cmake
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Mon Sep 2 11:55:27 2024
New Revision: 1920394
URL: http://svn.apache.org/viewvc?rev=1920394&view=rev
Log:
README.cmake: Require CMake 3.5 or later. CMake before version 3.5 is not
supported.
Modified:
apr/apr-util/branches/1.7.x/README.cmake
Modified: apr/apr-util/branches/1.7.x/README.cmake
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/README.cmake?rev=1920394&r1=1920393&r2=1920394&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/README.cmake (original)
+++ apr/apr-util/branches/1.7.x/README.cmake Mon Sep 2 11:55:27 2024
@@ -32,9 +32,7 @@ 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 APR-Util.)
+* cmake, version 3.5 or later
* If using a command-line compiler: compiler and linker and related tools
(Refer to the cmake documentation for more information.)