Added missing boost dependency to FDBLibTLS

This commit is contained in:
mpilman 2019-02-06 08:50:44 -08:00 committed by Alex Miller
parent ebd2e3c2ea
commit 00b25dcd08

View File

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