summaryrefslogtreecommitdiff
path: root/docs/markdown
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2025-10-17 13:26:01 -0700
committerDylan Baker <dylan@pnwbakers.com>2025-10-20 15:15:53 -0700
commitb7d2e1778c24057b4c20d87996568f6a72a46d73 (patch)
treef3db733bae38cfc49f9cab0741e2ae5384d25df0 /docs/markdown
parent856005aedb5fce2943ff7ff1616bcd547713163a (diff)
downloadmeson-b7d2e1778c24057b4c20d87996568f6a72a46d73.tar.gz
docs: Document that Cuda doesn't honor the `prefer_static` option
Diffstat (limited to 'docs/markdown')
-rw-r--r--docs/markdown/Dependencies.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md
index f7bf9017f..4d94d583c 100644
--- a/docs/markdown/Dependencies.md
+++ b/docs/markdown/Dependencies.md
@@ -388,6 +388,9 @@ 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.
+Cuda does not honor the `prefer_static` option, and will link statically unless
+the `static` keyword argument is set to `false`.
+
## CUPS
`method` may be `auto`, `config-tool`, `pkg-config`, `cmake` or `extraframework`.