Skip to content

Commit

Permalink
aws-c-common and s2n pointed at pending pthreads changes (#48)
Browse files Browse the repository at this point in the history
* aws-c-common and s2n pointed at pending pthreads changes

* Updated dependencies to use new releases/commits
  • Loading branch information
Justin Boswell authored Aug 1, 2019
1 parent 08236a7 commit 13123e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-common-runtime/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen

message("install dir ${AWS_DEPS_INSTALL_DIR}")
set(AWS_C_COMMON_URL "https://github.com/awslabs/aws-c-common.git")
set(AWS_C_COMMON_SHA "v0.4.2")
set(AWS_C_COMMON_SHA "v0.4.3")
include(BuildAwsCCommon)

if (UNIX AND NOT APPLE)
set(S2N_URL "https://github.com/awslabs/s2n.git")
set(S2N_SHA "db4fe111c6e64a206662524da31a5aba6b0932a8")
set(S2N_SHA "042ebe229df8274d7a0708b3940e1a10994ccead")
include(BuildS2N)
endif()

Expand Down

0 comments on commit 13123e5

Please sign in to comment.