File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ rapids_cpm_init()
1313include (rapids-cuda )
1414include (rapids-find )
1515
16- rapids_cuda_init_architectures (librapidsmpf )
16+ rapids_cuda_init_architectures (librapidsmpf-python )
1717
1818project (
19- librapidsmpf
19+ librapidsmpf-python
2020 VERSION "${RAPIDS_VERSION} "
2121 LANGUAGES CXX CUDA
2222)
@@ -26,14 +26,14 @@ project(
2626# gcc>=14. We can remove this once we upgrade to a newer sccache version.
2727set (CMAKE_CXX_SCAN_FOR_MODULES OFF )
2828
29- find_package (RAPIDSMPF "${RAPIDS_VERSION} " )
29+ find_package (rapidsmpf "${RAPIDS_VERSION} " )
3030
31- if (RAPIDSMPF_FOUND )
31+ if (rapidsmpf_FOUND )
3232 return ()
3333endif ()
3434
35- unset (RAPIDSMPF_FOUND )
35+ unset (rapidsmpf_FOUND )
3636
3737set (CUDA_STATIC_RUNTIME ON )
38- add_subdirectory (../../cpp librapidsmpf )
38+ add_subdirectory (../../cpp librapidsmpf-cpp )
3939find_package (CUDAToolkit REQUIRED )
You can’t perform that action at this time.
0 commit comments