1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-26 01:10:04 +08:00

Fix dependency bug in FDBLibTLS

This commit is contained in:
mpilman 2019-02-06 20:41:51 -08:00 committed by Alex Miller
parent 06e216f26e
commit 7d17e5797a

@ -10,4 +10,4 @@ set(SRCS
ReferenceCounted.h) ReferenceCounted.h)
add_library(FDBLibTLS ${SRCS}) add_library(FDBLibTLS ${SRCS})
target_link_libraries(FDBLibTLS PRIVATE LibreSSL boost_target) target_link_libraries(FDBLibTLS PUBLIC LibreSSL boost_target)