Skip to content

Commit

Permalink
move cccl to before rmm
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Feb 14, 2024
1 parent 122833e commit 8062543
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ morpheus_utils_configure_ucx()
# =====
morpheus_utils_configure_hwloc()

# cccl
# =========
morpheus_utils_configure_cccl()

# NVIDIA RAPIDS RMM
# =================
morpheus_utils_configure_rmm()
Expand Down Expand Up @@ -94,10 +98,6 @@ rapids_find_package(nlohmann_json REQUIRED
# =========
morpheus_utils_configure_prometheus_cpp()

# cccl
# =========
morpheus_utils_configure_cccl()

if(MRC_BUILD_BENCHMARKS)
# google benchmark
# ================
Expand Down

0 comments on commit 8062543

Please sign in to comment.