Skip to content

Commit ad1ee84

Browse files
committed
small fix [skip ci]
1 parent bd96bf7 commit ad1ee84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ install(FILES
6161
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/cpu)
6262
if(WITH_CUDA)
6363
install(FILES
64-
csrc/cpu/scatter_cuda.h
65-
csrc/cpu/segment_coo_cuda.h
66-
csrc/cpu/segment_csr_cuda.h
64+
csrc/cuda/scatter_cuda.h
65+
csrc/cuda/segment_coo_cuda.h
66+
csrc/cuda/segment_csr_cuda.h
6767
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/cuda)
6868
endif()

0 commit comments

Comments
 (0)