Skip to content

Commit

Permalink
paste goof
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Nov 9, 2024
1 parent 77d7c31 commit 2bbe2aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/cmake_modules/ThirdpartyToolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,8 @@ if(DEFINED ENV{ARROW_THRIFT_URL})
else()
set(THRIFT_SOURCE_URL
"https://dlcdn.apache.org/thrift/${ARROW_THRIFT_BUILD_VERSION}/thrift-${ARROW_THRIFT_BUILD_VERSION}.tar.gz"
)endif()
)
endif()

if(DEFINED ENV{ARROW_UCX_URL})
set(ARROW_UCX_SOURCE_URL "$ENV{ARROW_UCX_URL}")
Expand Down

0 comments on commit 2bbe2aa

Please sign in to comment.