1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-22 14:55:03 +08:00

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

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