Skip to content

Commit

Permalink
Revert "bump aws sdk"
Browse files Browse the repository at this point in the history
This reverts commit 8b7c445.
  • Loading branch information
martinzink committed Feb 6, 2025
1 parent 8d961f8 commit 8cc52d9
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.490"
GIT_TAG "1.11.396"
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 8cc52d9

Please sign in to comment.