We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08236a7 commit 13123e5Copy full SHA for 13123e5
aws-common-runtime/CMakeLists.txt
@@ -17,12 +17,12 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen
17
18
message("install dir ${AWS_DEPS_INSTALL_DIR}")
19
set(AWS_C_COMMON_URL "https://github.com/awslabs/aws-c-common.git")
20
-set(AWS_C_COMMON_SHA "v0.4.2")
+set(AWS_C_COMMON_SHA "v0.4.3")
21
include(BuildAwsCCommon)
22
23
if (UNIX AND NOT APPLE)
24
set(S2N_URL "https://github.com/awslabs/s2n.git")
25
- set(S2N_SHA "db4fe111c6e64a206662524da31a5aba6b0932a8")
+ set(S2N_SHA "042ebe229df8274d7a0708b3940e1a10994ccead")
26
include(BuildS2N)
27
endif()
28
0 commit comments