cmcfarlen commented on code in PR #9974:
URL: https://github.com/apache/trafficserver/pull/9974#discussion_r1261910033


##########
src/traffic_server/CMakeLists.txt:
##########
@@ -80,6 +80,9 @@ endif (TS_USE_LINUX_IO_URING)
 if (TS_USE_LINUX_NATIVE_AIO)
     target_link_libraries(traffic_server PRIVATE aio)
 endif (TS_USE_LINUX_NATIVE_AIO)
+if(TS_USE_POSIX_CAP)
+    target_link_libraries(traffic_server PUBLIC cap::cap)
+endif()

Review Comment:
   I fixed this one.  I'm sure there are more link commands that are over 
specified, but we can address those in a future pass as we further consolidate 
targets.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to