Skip to content

Commit

Permalink
Exclude nanoarrow and flatbuffers from installation
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 13, 2024
1 parent 487f97c commit 4c34bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/cmake/thirdparty/get_flatbuffers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function(find_and_configure_flatbuffers VERSION)
GIT_REPOSITORY https://github.com/google/flatbuffers.git
GIT_TAG v${VERSION}
GIT_SHALLOW TRUE
EXCLUDE_FROM_ALL TRUE
)

rapids_export_find_package_root(
Expand Down
1 change: 1 addition & 0 deletions cpp/cmake/thirdparty/get_nanoarrow.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function(find_and_configure_nanoarrow)
GLOBAL_TARGETS nanoarrow
CPM_ARGS
OPTIONS "BUILD_SHARED_LIBS OFF" "NANOARROW_NAMESPACE cudf"
EXCLUDE_FROM_ALL TRUE
)
set_target_properties(nanoarrow PROPERTIES POSITION_INDEPENDENT_CODE ON)
rapids_export_find_package_root(BUILD nanoarrow "${nanoarrow_BINARY_DIR}" EXPORT_SET cudf-exports)
Expand Down

0 comments on commit 4c34bae

Please sign in to comment.