doc: mention CUDA_PATH in dependency('cuda') [skip ci]

pull/9031/head
David Seifert 4 years ago committed by Jussi Pakkanen
parent 254969b128
commit 46380b5b1e
  1. 4
      docs/markdown/Dependencies.md

@ -350,7 +350,9 @@ dep = dependency('cuda', version : '>=10', modules : ['cublas'])
Note that explicitly adding this dependency is only necessary if you are
using CUDA Toolkit from a C/C++ file or project, or if you are utilizing
additional toolkit libraries that need to be explicitly linked to.
additional toolkit libraries that need to be explicitly linked to. If the
CUDA Toolkit cannot be found in the default paths on your system, you can
set the path using `CUDA_PATH` explicitly.
## CUPS

Loading…
Cancel
Save