Skip to content

Commit

Permalink
Moved aws-common-runtime -> crt (#166)
Browse files Browse the repository at this point in the history
* Moved aws-common-runtime -> crt

* Updated aws-crt-cpp to v0.10.7
  • Loading branch information
Justin Boswell authored Sep 30, 2020
1 parent b7a5dd3 commit a39d219
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "aws-common-runtime/aws-crt-cpp"]
path = aws-common-runtime/aws-crt-cpp
path = crt/aws-crt-cpp
url = https://github.com/awslabs/aws-crt-cpp.git
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ if (NOT DEFINED CMAKE_BUILD_TYPE)
endif()

if (BUILD_DEPS)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/aws-common-runtime/aws-crt-cpp/aws-common-runtime/aws-c-common/cmake")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/crt/aws-crt-cpp/crt/aws-c-common/cmake")

include(AwsFindPackage)
set(IN_SOURCE_BUILD ON)
set(BUILD_TESTING_PREV ${BUILD_TESTING})
set(BUILD_TESTING OFF)
add_subdirectory(aws-common-runtime/aws-crt-cpp)
add_subdirectory(crt/aws-crt-cpp)
set(BUILD_TESTING ${BUILD_TESTING_PREV})
else()
include(AwsFindPackage)
Expand Down
1 change: 0 additions & 1 deletion aws-common-runtime/aws-crt-cpp
Submodule aws-crt-cpp deleted from 776291
2 changes: 1 addition & 1 deletion builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
]
}
},
"search_dirs": ["aws-common-runtime"],
"search_dirs": ["crt"],
"hosts": {
"manylinux": {
"architectures": {
Expand Down
1 change: 1 addition & 0 deletions crt/aws-crt-cpp
Submodule aws-crt-cpp added at c80ff3

0 comments on commit a39d219

Please sign in to comment.