mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-22 16:02:29 +02:00
#3157: fix(openssl): add missing dependency to OpenSSL components
This commit is contained in:
@@ -3,4 +3,5 @@ find_dependency(PocoFoundation)
|
||||
find_dependency(PocoUtil)
|
||||
find_dependency(PocoNet)
|
||||
find_dependency(PocoCrypto)
|
||||
find_dependency(OpenSSL REQUIRED COMPONENTS SSL)
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/PocoNetSSLTargets.cmake")
|
||||
|
Reference in New Issue
Block a user