We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c3052 commit 0e97b7bCopy full SHA for 0e97b7b
aws-common-runtime/CMakeLists.txt
@@ -18,5 +18,6 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen
18
message("install dir ${AWS_DEPS_INSTALL_DIR}")
19
20
set(AWS_CRT_CPP_URL "https://github.com/awslabs/aws-crt-cpp.git")
21
-set(AWS_CRT_CPP_SHA "v0.6.8")
+set(AWS_CRT_CPP_SHA "v0.6.9")
22
include(BuildAwsCrtCpp)
23
+
0 commit comments