Skip to content

Commit

Permalink
Updated version number for crt to v0.4.4 (#49)
Browse files Browse the repository at this point in the history
* Updated version number for crt to v0.4.4

* Forgot to update the build scripts.

* Updated to v0.4.5.
  • Loading branch information
JonathanHenson committed Jun 25, 2019
1 parent c4dae19 commit 42ec5c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.4.2 https://github.com/awslabs/aws-crt-cpp.git
git clone --branch v0.4.5 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 codebuild/common-posix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi

# build aws-crt-cpp
pushd $BUILD_PATH
git clone --branch v0.4.0 https://github.com/awslabs/aws-crt-cpp.git
git clone --branch v0.4.5 https://github.com/awslabs/aws-crt-cpp.git
cd aws-crt-cpp
cmake $CMAKE_ARGS -DBUILD_DEPS=ON ./
cmake --build . --target install
Expand Down
2 changes: 1 addition & 1 deletion codebuild/common-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir %INSTALL_DIR%
@rem build aws-crt-cpp
mkdir %BUILDS_DIR%\aws-crt-cpp-build
cd %BUILDS_DIR%\aws-crt-cpp-build
git clone --branch v0.4.0 https://github.com/awslabs/aws-crt-cpp.git
git clone --branch v0.4.5 https://github.com/awslabs/aws-crt-cpp.git
cmake %CMAKE_ARGS% -DCMAKE_INSTALL_PREFIX="%INSTALL_DIR%" -DCMAKE_PREFIX_PATH="%INSTALL_DIR%" -DCMAKE_BUILD_TYPE="Release" -DBUILD_DEPS=ON aws-crt-cpp || goto error
cmake --build . --target install || goto error

Expand Down

0 comments on commit 42ec5c5

Please sign in to comment.