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

zwoop 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 494325fb70 conf_remap: Fix build to add appropriate lib deps (#12400)
494325fb70 is described below

commit 494325fb70523466673f7721444f6577d9cce2eb
Author: Leif Hedstrom <[email protected]>
AuthorDate: Tue Jul 29 01:16:31 2025 +0200

    conf_remap: Fix build to add appropriate lib deps (#12400)
---
 plugins/conf_remap/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugins/conf_remap/CMakeLists.txt 
b/plugins/conf_remap/CMakeLists.txt
index e160d2d9a3..8b0f269826 100644
--- a/plugins/conf_remap/CMakeLists.txt
+++ b/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)

Reply via email to