Fix dependency bug in FDBLibTLS
This commit is contained in:
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)
|
||||||
|
|
Loading…
Reference in New Issue