Skip to content

CUDA: Support nvcc symlinking to ccache

Rong Ou requested to merge rongou/cmake:support-nvcc-ccache-symlink into master

Invoke nvcc -v foo to find the real CUDA bin directory. This is needed if nvcc is a symlink to ccache or colornvcc.

@trxcllnt @keith.j.kraus @brad.king

Fixes: #21177 (closed)
Topic-rename: cuda-nvcc-ccache-symlink

Edited by Rong Ou

Merge request reports