Skip to content

Commit

Permalink
Update cpp/cmake_modules/ThirdpartyToolchain.cmake
Browse files Browse the repository at this point in the history
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
  • Loading branch information
js8544 and kou authored Feb 1, 2023
1 parent c4679a8 commit c554f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4836,7 +4836,7 @@ macro(build_awssdk)
URL_HASH "SHA256=${ARROW_AWS_C_EVENT_STREAM_BUILD_SHA256_CHECKSUM}"
CMAKE_ARGS ${AWSSDK_COMMON_CMAKE_ARGS}
BUILD_BYPRODUCTS ${AWS_C_EVENT_STREAM_STATIC_LIBRARY}
DEPENDS aws_checksums_ep aws_c_common_ep aws_c_io_ep)
DEPENDS aws_checksums_ep aws_c_io_ep)
add_dependencies(AWS::aws-c-event-stream aws_c_event_stream_ep)

externalproject_add(aws_c_sdkutils_ep
Expand Down

0 comments on commit c554f03

Please sign in to comment.