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
SparseConvNet
Commits
808dce4d
"components/vscode:/vscode.git/clone" did not exist on "c4106e6a27290d7ec36f7661a0edf7f214495ea4"
Commit
808dce4d
authored
Jul 18, 2017
by
Ben Graham
Committed by
GitHub
Jul 18, 2017
Browse files
Update CMakeLists.txt
parent
b3e9af30
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Torch/CMakeLists.txt
Torch/CMakeLists.txt
+1
-1
No files found.
Torch/CMakeLists.txt
View file @
808dce4d
...
...
@@ -41,7 +41,7 @@ IF(CUDA_FOUND)
CUDA_ADD_LIBRARY
(
cusparseconvnet MODULE
${
src-cuda
}
)
TARGET_LINK_LIBRARIES
(
cusparseconvnet THC TH
)
IF
(
APPLE
)
SET_TARGET_PROPERTIES
(
inn
PROPERTIES
SET_TARGET_PROPERTIES
(
cusparseconvnet
PROPERTIES
LINK_FLAGS
"-undefined dynamic_lookup"
)
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