Skip to content

Commit

Permalink
Ensure users of libraft find the CCCL package provied by librmm
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Mar 6, 2024
1 parent 26bdafd commit 16bf75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ rapids_cpm_init()

if(NOT BUILD_CPU_ONLY)
# CCCL before rmm/cuco so we get the right version of CCCL
include(cmake/thirdparty/get_cccl.cmake)
include(cmake/thirdparty/get_rmm.cmake)
include(cmake/thirdparty/get_cccl.cmake)
include(cmake/thirdparty/get_cutlass.cmake)

include(${rapids-cmake-dir}/cpm/cuco.cmake)
Expand Down

0 comments on commit 16bf75e

Please sign in to comment.