Skip to content

Commit

Permalink
try more recent aws sdk to fix sdk error on windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed May 11, 2023
1 parent cfa25c3 commit 2ba9900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ endif()

ExternalProject_Add(AWSSDK
GIT_REPOSITORY https://github.com/aws/aws-sdk-cpp.git
GIT_TAG 1.11.35
GIT_TAG 1.11.77
DEPENDS ZLIB CURL
LIST_SEPARATOR "|"
CMAKE_ARGS -DBUILD_SHARED_LIBS=OFF
Expand Down

0 comments on commit 2ba9900

Please sign in to comment.