Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
57f35bba
Commit
57f35bba
authored
Mar 07, 2018
by
Brad King
Browse files
Merge branch 'cuda-no-device-link-rsp' into release-3.11
Merge-request:
!1831
parents
9288abf5
f64732f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Compiler/NVIDIA-CUDA.cmake
View file @
57f35bba
...
...
@@ -33,3 +33,9 @@ else()
endif
()
endif
()
# FIXME: investigate use of --options-file.
# Tell Makefile generator that nvcc does not support @<rspfile> syntax.
set
(
CMAKE_CUDA_USE_RESPONSE_FILE_FOR_INCLUDES 0
)
set
(
CMAKE_CUDA_USE_RESPONSE_FILE_FOR_LIBRARIES 0
)
set
(
CMAKE_CUDA_USE_RESPONSE_FILE_FOR_OBJECTS 0
)
Write
Preview
Supports
Markdown
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