Skip to content

Commit

Permalink
Update tag for crt-cpp (#71)
Browse files Browse the repository at this point in the history
* Update tag for crt-cpp

* Updated the dependency auto build.
  • Loading branch information
JonathanHenson committed Oct 31, 2019
1 parent 3e0c9a3 commit 2950771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ is provided by code that been generated from a model of the service.

## Build from source
```
git clone --branch v0.5.3 https://github.com/awslabs/aws-crt-cpp.git
git clone --branch v0.6.0 https://github.com/awslabs/aws-crt-cpp.git
git clone https://github.com/awslabs/aws-iot-device-sdk-cpp-v2.git
mkdir aws-crt-cpp-build
cd aws-crt-cpp-build
Expand Down
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.5.4")
set(AWS_CRT_CPP_SHA "v0.6.0")
include(BuildAwsCrtCpp)

0 comments on commit 2950771

Please sign in to comment.