From 8b7c445c5d68cdba50f0b89eaf8cab3e51768a0f Mon Sep 17 00:00:00 2001 From: Martin Zink Date: Thu, 6 Feb 2025 13:36:06 +0100 Subject: [PATCH] bump aws sdk --- cmake/BundledAwsSdkCpp.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/BundledAwsSdkCpp.cmake b/cmake/BundledAwsSdkCpp.cmake index 5f100e1939..aa9e4152d4 100644 --- a/cmake/BundledAwsSdkCpp.cmake +++ b/cmake/BundledAwsSdkCpp.cmake @@ -83,7 +83,7 @@ function(use_bundled_libaws SOURCE_DIR BINARY_DIR) ExternalProject_Add( aws-sdk-cpp-external GIT_REPOSITORY "https://github.com/aws/aws-sdk-cpp.git" - GIT_TAG "1.11.396" + GIT_TAG "1.11.490" UPDATE_COMMAND git submodule update --init --recursive SOURCE_DIR "${BINARY_DIR}/thirdparty/aws-sdk-cpp-src" INSTALL_DIR "${BINARY_DIR}/thirdparty/libaws-install"