Skip to content

Commit

Permalink
Fix cmake-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Dec 11, 2023
1 parent 353ab89 commit 1f29251
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmake/thirdparty/get_cccl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@
function(find_and_configure_cccl)

include(${rapids-cmake-dir}/cpm/cccl.cmake)
rapids_cpm_cccl(
BUILD_EXPORT_SET rmm-exports
INSTALL_EXPORT_SET rmm-exports)
rapids_cpm_cccl(BUILD_EXPORT_SET rmm-exports INSTALL_EXPORT_SET rmm-exports)

endfunction()

Expand Down

0 comments on commit 1f29251

Please sign in to comment.