Skip to content

Commit fbf9277

Browse files
authored
Fix link_libraries for cripts unit tests (#13047)
1 parent 5444571 commit fbf9277

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cripts/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ clang_tidy_check(cripts)
9797
if(BUILD_TESTING)
9898
add_executable(test_cripts unit_tests/test_CacheGroup.cc CacheGroup.cc unit_tests/stub.cc)
9999
target_include_directories(test_cripts PRIVATE ${PROJECT_SOURCE_DIR}/include ${PROJECT_SOURCE_DIR}/src)
100-
target_link_libraries(test_cripts PRIVATE libswoc::libswoc fmt::fmt Catch2::Catch2WithMain)
100+
target_link_libraries(test_cripts PRIVATE libswoc::libswoc fmt::fmt Catch2::Catch2WithMain OpenSSL::Crypto)
101101
add_test(NAME test_cripts COMMAND test_cripts)
102102
endif()

0 commit comments

Comments
 (0)