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

bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new c9b2c7eec9 Revert "Bump minimum CMake version from 3.20 to 3.26 
(#10053)" (#10065)
c9b2c7eec9 is described below

commit c9b2c7eec9bbe4c4e8d9bad11c4e1f290411384f
Author: Brian Neradt <[email protected]>
AuthorDate: Wed Jul 19 23:28:54 2023 -0500

    Revert "Bump minimum CMake version from 3.20 to 3.26 (#10053)" (#10065)
    
    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