aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aws-sdk-cpp/find-dependency.patch
blob: 4ddf5156428d745158cf0fe47b2c61f1000bde29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/toolchains/core-config.cmake b/toolchains/core-config.cmake
index d90bfaf747..ab14402577 100644
--- a/toolchains/core-config.cmake
+++ b/toolchains/core-config.cmake
@@ -15,5 +15,9 @@ if (AWSSDK_CRYPTO_IN_SOURCE_BUILD)
     find_dependency(crypto)
     find_dependency(ssl)
 endif()
+find_dependency(ZLIB)
+if("@ENABLE_CURL_CLIENT@")
+    find_dependency(CURL)
+endif()
 set(BUILD_SHARED_LIBS ${BUILD_SHARED_LIBS_PREV})
 include("${CMAKE_CURRENT_LIST_DIR}/@PROJECT_NAME@-targets.cmake")