Skip to content

Commit

Permalink
Updates for crt to pick up windows security fixes. (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHenson committed Nov 26, 2019
1 parent e8d59fc commit a813519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-common-runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen
message("install dir ${AWS_DEPS_INSTALL_DIR}")

set(AWS_CRT_CPP_URL "https://github.com/awslabs/aws-crt-cpp.git")
set(AWS_CRT_CPP_SHA "v0.6.5")
set(AWS_CRT_CPP_SHA "v0.6.6")
include(BuildAwsCrtCpp)

0 comments on commit a813519

Please sign in to comment.