Skip to content

Commit

Permalink
Correct style issues found by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Oct 18, 2024
1 parent c07531a commit b47d828
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions rapids-cmake/cpm/cccl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,9 @@ function(rapids_cpm_cccl)
GIT_TAG ${tag}
GIT_SHALLOW ${shallow} ${patch_command}
EXCLUDE_FROM_ALL ${exclude}
OPTIONS
"CCCL_TOPLEVEL_PROJECT OFF" # Fixes
# https://github.com/NVIDIA/cccl/pull/2597
"CCCL_ENABLE_INSTALL_RULES ${to_install}")
OPTIONS "CCCL_TOPLEVEL_PROJECT OFF" # Fixes
# https://github.com/NVIDIA/cccl/pull/2597
"CCCL_ENABLE_INSTALL_RULES ${to_install}")

# rapids_cpm_cccl can be called multiple times from the same scope such as from
# cudf/CMakeLists.txt and cudf's call to find_package(rmm). In these situations, subsequent
Expand Down

0 comments on commit b47d828

Please sign in to comment.