zwoop commented on code in PR #12400: URL: https://github.com/apache/trafficserver/pull/12400#discussion_r2237819652
########## plugins/conf_remap/CMakeLists.txt: ########## @@ -17,3 +17,5 @@ add_atsplugin(conf_remap conf_remap.cc) verify_remap_plugin(conf_remap) + +target_link_libraries(conf_remap PRIVATE libswoc::libswoc yaml-cpp::yaml-cpp) Review Comment: It comes from this include ``` #include "tsutil/YamlCfg.h" ``` -- 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