aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2024-09-15 15:29:43 +0000
committerIvan Zhakov <ivan@apache.org>2024-09-15 15:29:43 +0000
commitf5cb46107d485da331644b3444d9c17879dcea4b (patch)
tree64212cf880797accc9d83c304543cda2eb810f96
parenteb0a80bdf47b883646ed69d0dfd7cb0f5ff1f3de (diff)
downloadapr-f5cb46107d485da331644b3444d9c17879dcea4b.tar.gz
apr-f5cb46107d485da331644b3444d9c17879dcea4b.zip
CMake: Require CMake 3.5 or later.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920695 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CMakeLists.txt2
-rw-r--r--README.cmake4
2 files changed, 2 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2acba0529..5170790a2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)
diff --git a/README.cmake b/README.cmake
index 91d503099..8f6ba31c1 100644
--- a/README.cmake
+++ b/README.cmake
@@ -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.)