svn commit: r1920695 - in /apr/apr/trunk: CMakeLists.txt README.cmake
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sun Sep 15 15:29:43 2024
New Revision: 1920695
URL: http://svn.apache.org/viewvc?rev=1920695&view=rev
Log:
CMake: Require CMake 3.5 or later.
Modified:
apr/apr/trunk/CMakeLists.txt
apr/apr/trunk/README.cmake
Modified: apr/apr/trunk/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CMakeLists.txt?rev=1920695&r1=1920694&r2=1920695&view=diff
==============================================================================
--- apr/apr/trunk/CMakeLists.txt (original)
+++ apr/apr/trunk/CMakeLists.txt Sun Sep 15 15:29:43 2024
@@ -17,7 +17,7 @@
# CMAKE_MINIMUM_REQUIRED should be the first directive in the file:
# https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html
-CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.5)
PROJECT(APR C)
Modified: apr/apr/trunk/README.cmake
URL: http://svn.apache.org/viewvc/apr/apr/trunk/README.cmake?rev=1920695&r1=1920694&r2=1920695&view=diff
==============================================================================
--- apr/apr/trunk/README.cmake (original)
+++ apr/apr/trunk/README.cmake Sun Sep 15 15:29:43 2024
@@ -10,9 +10,7 @@ Prerequisites
The following tools must be in PATH:
-* cmake, version 3.0 or later
- cmake version 3.1.3 or later is required to work with current OpenSSL
- releases. (OpenSSL is an optional prerequisite of APR.)
+* 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.)