This is an automated email from the ASF dual-hosted git repository.

bneradt pushed a commit to branch revert-10053-feat/cmake-bump-min
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit f7de387716676eda6be3f9795dd9d90041058d71
Author: Brian Neradt <brian.ner...@gmail.com>
AuthorDate: Wed Jul 19 10:09:06 2023 -0500

    Revert "Bump minimum CMake version from 3.20 to 3.26 (#10053)"
    
    This reverts commit c1c27f80f1b67f8b4686f1e3c02f6753ead24633.
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0dd1670b0a..67ef9ea530 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -15,7 +15,7 @@
 #
 #######################
 
-cmake_minimum_required(VERSION 3.26)
+cmake_minimum_required(VERSION 3.20)
 project(ats VERSION 10.0.0)
 
 set(TS_VERSION_MAJOR ${PROJECT_VERSION_MAJOR})

Reply via email to