From 7489d5a2ee7533b836c4b8ff0f922122c6862a49 Mon Sep 17 00:00:00 2001 From: Christopher Harris Date: Wed, 2 Oct 2024 20:58:36 +0000 Subject: [PATCH] fix docs build for bad mrc import --- docs/quickstart/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/CMakeLists.txt b/docs/quickstart/CMakeLists.txt index ef55ee70d..b201248c6 100644 --- a/docs/quickstart/CMakeLists.txt +++ b/docs/quickstart/CMakeLists.txt @@ -42,7 +42,7 @@ set(OPTION_PREFIX "MRC") morpheus_utils_python_configure() -rapids_find_package(mrc REQUIRED) +morpheus_utils_configure_mrc() rapids_find_package(CUDAToolkit REQUIRED) # To make it easier for CI to find output files, set the default executable suffix to .x if not set