Skip to content

CUDA: Do not pass unsupported @rspfile arguments to NVCC

Brad King requested to merge brad.king/cmake:cuda-no-device-link-rsp into master

The nvcc compiler does not support @<rspfile> arguments. It does offer a --options-file argument that can be investigated later.

This does for Makefile generators what !1662 (merged) did for Ninja.

Fixes: #17797 (closed)

Edited by Brad King

Merge request reports