From: Joe Orton Date: Thu, 7 May 2026 14:42:13 +0000 (+0000) Subject: CMake: update min version required X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08138ac986851217ff8f03b495d12ceca9051e24;p=thirdparty%2Fapache%2Fhttpd.git CMake: update min version required GitHub: closes #640 Submitted by: Jeff McKenna git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933910 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e9b39bdd13..306a2ae55f 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 2.8) +CMAKE_MINIMUM_REQUIRED(VERSION 3.16...3.29) PROJECT(HTTPD C)