Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
ad1ee84a
"docs/en/tutorials/config.md" did not exist on "2527c580e50ccb64d515a365fef9b3eca7639f51"
Commit
ad1ee84a
authored
Apr 23, 2020
by
rusty1s
Browse files
small fix [skip ci]
parent
bd96bf75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CMakeLists.txt
CMakeLists.txt
+3
-3
No files found.
CMakeLists.txt
View file @
ad1ee84a
...
...
@@ -61,8 +61,8 @@ install(FILES
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/
${
PROJECT_NAME
}
/cpu
)
if
(
WITH_CUDA
)
install
(
FILES
csrc/c
p
u/scatter_cuda.h
csrc/c
p
u/segment_coo_cuda.h
csrc/c
p
u/segment_csr_cuda.h
csrc/cu
da
/scatter_cuda.h
csrc/cu
da
/segment_coo_cuda.h
csrc/cu
da
/segment_csr_cuda.h
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/
${
PROJECT_NAME
}
/cuda
)
endif
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment