]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CMake: update min version required
authorJoe Orton <jorton@apache.org>
Thu, 7 May 2026 14:42:13 +0000 (14:42 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 7 May 2026 14:42:13 +0000 (14:42 +0000)
GitHub: closes #640
Submitted by: Jeff McKenna <jmckenna gatewaygeomatics.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933910 13f79535-47bb-0310-9956-ffa450edef68

CMakeLists.txt

index e9b39bdd13eff7a85896db77e3c1a473a75cb89d..306a2ae55f4aa62deb7a5d521b24c9449d912df9 100644 (file)
@@ -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 2.8)
+CMAKE_MINIMUM_REQUIRED(VERSION 3.16...3.29)
 
 PROJECT(HTTPD C)