From 46380b5b1e82a5c2b49299eb35ac185d4fa02e18 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 26 Jul 2021 12:58:36 +0200 Subject: doc: mention CUDA_PATH in dependency('cuda') [skip ci] --- docs/markdown/Dependencies.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index b4cadb73e..9f0ab7f17 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 -- cgit v1.2.3