Skip to content

Commit

Permalink
cuco isn't a cudf dependency when we are built shared
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Apr 14, 2022
1 parent ac27757 commit 82fe1ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cpp/cmake/thirdparty/get_cucollections.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ function(find_and_configure_cucollections)
cuco 0.0.1
GLOBAL_TARGETS cuco::cuco
BUILD_EXPORT_SET cudf-exports
INSTALL_EXPORT_SET cudf-exports
CPM_ARGS GITHUB_REPOSITORY NVIDIA/cuCollections
GIT_TAG fb58a38701f1c24ecfe07d8f1f208bbe80930da5
EXCLUDE_FROM_ALL ${BUILD_SHARED_LIBS}
OPTIONS "BUILD_TESTS OFF" "BUILD_BENCHMARKS OFF" "BUILD_EXAMPLES OFF"
)
if(NOT BUILD_SHARED_LIBS)
rapids_export_package(INSTALL cuco cudf-exports)
endif()

endfunction()

Expand Down

0 comments on commit 82fe1ab

Please sign in to comment.