Skip to content

Commit b327348

Browse files
committed
Split python and cpp names
1 parent 5492d84 commit b327348

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/librapidsmpf/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include(rapids-find)
1616
rapids_cuda_init_architectures(librapidsmpf)
1717

1818
project(
19-
librapidsmpf
19+
librapidsmpf-python
2020
VERSION "${RAPIDS_VERSION}"
2121
LANGUAGES CXX CUDA
2222
)
@@ -35,5 +35,5 @@ endif()
3535
unset(rapidsmpf_FOUND)
3636

3737
set(CUDA_STATIC_RUNTIME ON)
38-
add_subdirectory(../../cpp librapidsmpf)
38+
add_subdirectory(../../cpp librapidsmpf-cpp)
3939
find_package(CUDAToolkit REQUIRED)

0 commit comments

Comments
 (0)