This is an automated email from the ASF dual-hosted git repository.
cmcfarlen 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 3114ca72db Manually apply upstream fix for deprecation warning (#10630)
3114ca72db is described below
commit 3114ca72db2b987877add044cf9c15fbf01fdb5d
Author: Chris McFarlen <[email protected]>
AuthorDate: Tue Oct 17 11:17:40 2023 -0500
Manually apply upstream fix for deprecation warning (#10630)
---
lib/yamlcpp/CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/yamlcpp/CMakeLists.txt b/lib/yamlcpp/CMakeLists.txt
index c02fe28882..6275d48893 100644
--- a/lib/yamlcpp/CMakeLists.txt
+++ b/lib/yamlcpp/CMakeLists.txt
@@ -1,5 +1,6 @@
# 3.5 is actually available almost everywhere, but this a good minimum
-cmake_minimum_required(VERSION 3.4)
+# manual edit the upper version limit from upstream to avoid deprecation
warning
+cmake_minimum_required(VERSION 3.4...3.14)
# enable MSVC_RUNTIME_LIBRARY target property
# see https://cmake.org/cmake/help/latest/policy/CMP0091.html