Skip to content

Commit

Permalink
configure libcudacxx before rmm
Browse files Browse the repository at this point in the history
  • Loading branch information
cwharris committed Jan 11, 2024
1 parent a4194b6 commit 9304d52
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()

# libcudacxx
# =========
morpheus_utils_configure_libcudacxx()

# 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()

# libcudacxx
# =========
morpheus_utils_configure_libcudacxx()

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

0 comments on commit 9304d52

Please sign in to comment.