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