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 fbf9277c04 Fix link_libraries for cripts unit tests (#13047)
fbf9277c04 is described below

commit fbf9277c0400be4a9b35b9937de97583952ba699
Author: Chris McFarlen <[email protected]>
AuthorDate: Tue Mar 31 14:31:30 2026 -0500

    Fix link_libraries for cripts unit tests (#13047)
---
 src/cripts/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cripts/CMakeLists.txt b/src/cripts/CMakeLists.txt
index d19cbd085a..1f08eae2d2 100644
--- a/src/cripts/CMakeLists.txt
+++ b/src/cripts/CMakeLists.txt
@@ -97,6 +97,6 @@ clang_tidy_check(cripts)
 if(BUILD_TESTING)
   add_executable(test_cripts unit_tests/test_CacheGroup.cc CacheGroup.cc 
unit_tests/stub.cc)
   target_include_directories(test_cripts PRIVATE ${PROJECT_SOURCE_DIR}/include 
${PROJECT_SOURCE_DIR}/src)
-  target_link_libraries(test_cripts PRIVATE libswoc::libswoc fmt::fmt 
Catch2::Catch2WithMain)
+  target_link_libraries(test_cripts PRIVATE libswoc::libswoc fmt::fmt 
Catch2::Catch2WithMain OpenSSL::Crypto)
   add_test(NAME test_cripts COMMAND test_cripts)
 endif()

Reply via email to