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:
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user