Skip to content

Commit 48b7fe8

Browse files
Update crt dependency to 0.6.3 (#74)
* Update crt dependency to 0.6.3
1 parent 6a44a64 commit 48b7fe8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws-common-runtime/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(aws-crt)
44
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
55

66
if(NOT CMAKE_BUILD_TYPE)
7-
set(CMAKE_BUILD_TYPE Release)
7+
set(CMAKE_BUILD_TYPE RelWithDebInfo)
88
endif()
99

1010
include(ExternalProject)
@@ -18,5 +18,5 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen
1818
message("install dir ${AWS_DEPS_INSTALL_DIR}")
1919

2020
set(AWS_CRT_CPP_URL "https://github.com/awslabs/aws-crt-cpp.git")
21-
set(AWS_CRT_CPP_SHA "v0.6.2")
21+
set(AWS_CRT_CPP_SHA "v0.6.3")
2222
include(BuildAwsCrtCpp)

0 commit comments

Comments
 (0)