Skip to content

Commit 24dd4cb

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

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/cuda/scatter_cuda.h
65-
csrc/cuda/segment_coo_cuda.h
66-
csrc/cuda/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)