Skip to content

Commit

Permalink
bump aws sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
martinzink committed Feb 6, 2025
1 parent fd5f9e5 commit 8b7c445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BundledAwsSdkCpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8b7c445

Please sign in to comment.