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
1 changed files with 1 additions and 1 deletions

View File

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