Skip to content

Commit 08138ac

Browse files
committed
CMake: update min version required
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
1 parent 48f7879 commit 08138ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# CMAKE_MINIMUM_REQUIRED should be the first directive in the file:
1919
# https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html
20-
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
20+
CMAKE_MINIMUM_REQUIRED(VERSION 3.16...3.29)
2121

2222
PROJECT(HTTPD C)
2323

0 commit comments

Comments
 (0)