From b7d2e1778c24057b4c20d87996568f6a72a46d73 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 17 Oct 2025 13:26:01 -0700 Subject: docs: Document that Cuda doesn't honor the `prefer_static` option --- docs/markdown/Dependencies.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`. -- cgit v1.2.3