"docs/en/tutorials/config.md" did not exist on "2527c580e50ccb64d515a365fef9b3eca7639f51"
Commit ad1ee84a authored by rusty1s's avatar rusty1s
Browse files

small fix [skip ci]

parent bd96bf75
......@@ -61,8 +61,8 @@ install(FILES
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/cpu)
if(WITH_CUDA)
install(FILES
csrc/cpu/scatter_cuda.h
csrc/cpu/segment_coo_cuda.h
csrc/cpu/segment_csr_cuda.h
csrc/cuda/scatter_cuda.h
csrc/cuda/segment_coo_cuda.h
csrc/cuda/segment_csr_cuda.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/cuda)
endif()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment