mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-24 00:39:03 -05:00
Merge topic 'cuda-no-device-link-rsp'
f64732f59b CUDA: Do not pass unsupported @rspfile arguments to NVCC
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1831
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user