Skip to content

Commit

Permalink
Update aws-sdk-cpp to v1.9.199-p0 (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbsheth committed Feb 24, 2022
1 parent 75be4c1 commit fa5a7fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ hunter_default_version(astc-encoder VERSION 3.0-7257cbd-p0)
hunter_default_version(autobahn-cpp VERSION 0.2.0)
hunter_default_version(autoutils VERSION 0.3.0)
hunter_default_version(aws-c-common VERSION 0.5.6)
hunter_default_version(aws-sdk-cpp VERSION 1.9.107)
hunter_default_version(aws-sdk-cpp VERSION 1.9.199-p0)
hunter_default_version(aws_lambda_cpp VERSION v0.2.7-p0)
hunter_default_version(basis_universal VERSION 1.15-c4c0db7-p0)
hunter_default_version(benchmark VERSION 1.5.0)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/aws-sdk-cpp/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ include(hunter_cmake_args)
include(hunter_download)
include(hunter_pick_scheme)

hunter_add_version(
PACKAGE_NAME
aws-sdk-cpp
VERSION
1.9.199-p0
URL
"https://github.com/cpp-pm/aws-sdk-cpp.git"
SHA1
dcd98ba988a49301c5459e1809984654ad381726
)

hunter_add_version(
PACKAGE_NAME
aws-sdk-cpp
Expand Down

0 comments on commit fa5a7fb

Please sign in to comment.