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 d67340c135 add some missing libs for clang (#9865)
d67340c135 is described below

commit d67340c135eeb2ca3a4dcf3770cba6a5e168d2ff
Author: Chris McFarlen <[email protected]>
AuthorDate: Fri Jun 16 14:43:44 2023 -0500

    add some missing libs for clang (#9865)
    
    Co-authored-by: Chris McFarlen <[email protected]>
---
 src/records/CMakeLists.txt | 2 +-
 src/wccp/CMakeLists.txt    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/records/CMakeLists.txt b/src/records/CMakeLists.txt
index 3dd431afcb..a32811e8d6 100644
--- a/src/records/CMakeLists.txt
+++ b/src/records/CMakeLists.txt
@@ -38,5 +38,5 @@ target_include_directories(records_p PRIVATE
         ${CMAKE_SOURCE_DIR}/iocore/eventsystem
         ${CMAKE_SOURCE_DIR}/iocore/utils
         )
-target_link_libraries(records_p tscore libswoc)
+target_link_libraries(records_p tscore libswoc yaml-cpp::yaml-cpp)
 install(TARGETS records_p)
diff --git a/src/wccp/CMakeLists.txt b/src/wccp/CMakeLists.txt
index e16bcd4f5c..82a47f02e6 100644
--- a/src/wccp/CMakeLists.txt
+++ b/src/wccp/CMakeLists.txt
@@ -20,6 +20,6 @@ add_library(wccp SHARED
        WccpConfig.cc  WccpEndPoint.cc  WccpMsg.cc  WccpStatic.cc
 )
 
-target_link_libraries(wccp PRIVATE libswoc)
+target_link_libraries(wccp PRIVATE libswoc tscore yaml-cpp::yaml-cpp)
 
 install(TARGETS wccp)

Reply via email to