Skip to content

Commit

Permalink
cmake-format
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Dec 14, 2023
1 parent f02e48c commit d93a9b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cpp/cmake/thirdparty/get_cccl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ function(find_and_configure_cccl)
set(CMAKE_INSTALL_LIBDIR "${CMAKE_INSTALL_INCLUDEDIR}/lib")

# Find or install CCCL with our custom set of patches
rapids_cpm_cccl(
BUILD_EXPORT_SET cudf-exports
INSTALL_EXPORT_SET cudf-exports
)
rapids_cpm_cccl(BUILD_EXPORT_SET cudf-exports INSTALL_EXPORT_SET cudf-exports)

# Store where CMake can find our custom CCCL install
include("${rapids-cmake-dir}/export/find_package_root.cmake")
Expand Down

0 comments on commit d93a9b4

Please sign in to comment.