aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-26 12:58:36 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-07-27 13:21:51 +0300
commit46380b5b1e82a5c2b49299eb35ac185d4fa02e18 (patch)
tree7e66257e888ad5dd88a4f947e59a09a8ff863bed
parent254969b128d2e74c86ba7d8462b58e7c66dd8647 (diff)
downloadmeson-46380b5b1e82a5c2b49299eb35ac185d4fa02e18.zip
meson-46380b5b1e82a5c2b49299eb35ac185d4fa02e18.tar.gz
meson-46380b5b1e82a5c2b49299eb35ac185d4fa02e18.tar.bz2
doc: mention CUDA_PATH in dependency('cuda') [skip ci]
-rw-r--r--docs/markdown/Dependencies.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md
index b4cadb7..9f0ab7f 100644
--- a/docs/markdown/Dependencies.md
+++ b/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