diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index d1286e48880..64a016a0d9c 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -154,7 +154,7 @@ rapids_cpm_init() # Putting this before raft to override RAFT from pulling them in. include(cmake/thirdparty/get_libcudacxx.cmake) include(${rapids-cmake-dir}/cpm/cuco.cmake) -rapids_cpm_cuco(BUILD_EXPORT_SET cudf-exports) +rapids_cpm_cuco(BUILD_EXPORT_SET cugraph-exports) include(cmake/thirdparty/get_raft.cmake)