aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aws-sdk-cpp/find-dependency.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/aws-sdk-cpp/find-dependency.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/aws-sdk-cpp/find-dependency.patch')
-rw-r--r--vcpkg/ports/aws-sdk-cpp/find-dependency.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/aws-sdk-cpp/find-dependency.patch b/vcpkg/ports/aws-sdk-cpp/find-dependency.patch
new file mode 100644
index 0000000..4ddf515
--- /dev/null
+++ b/vcpkg/ports/aws-sdk-cpp/find-dependency.patch
@@ -0,0 +1,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")