Skip to content

Commit

Permalink
SQUASHME: track thrift as transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cbodley committed Feb 7, 2022
1 parent b9296a3 commit 02a74bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/modules/BuildArrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ function(build_arrow)
list(APPEND arrow_CMAKE_ARGS -DARROW_BUILD_SHARED=OFF)
list(APPEND arrow_CMAKE_ARGS -DARROW_BUILD_STATIC=ON)

# transitive dependencies
list(APPEND arrow_INTERFACE_LINK_LIBRARIES thrift)

if (NOT WITH_SYSTEM_UTF8PROC)
# forward utf8proc_ROOT from build_utf8proc()
list(APPEND arrow_CMAKE_ARGS -Dutf8proc_ROOT=${utf8proc_ROOT})
Expand Down

0 comments on commit 02a74bb

Please sign in to comment.