cmcfarlen opened a new pull request, #10554: URL: https://github.com/apache/trafficserver/pull/10554
This adds support for using external yaml-cpp library. You can use this like so: ``` cmake . -B build -DEXTERNAL_YAML_CPP -Dyaml-cpp_ROOT=/opt/yaml ``` The caveat is we require 0.8.0 since that is what ATS expects and prior versions of yaml-cpp don't expose the same cmake targets. Further, using newer versions is risky since yaml-cpp declares `AnyNewerVersion` for compatibility which could be just a giant lie. We currently use the latest version, so this is a problem for the future. As a side-effect, this PR also cleans up some link_libraries calls due to removing the global includes for libswoc and yaml-cpp. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org