We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bef049 commit 079106cCopy full SHA for 079106c
1 file changed
deps/buildtools/cuda_tools.jl
@@ -43,5 +43,5 @@ function build_cuda_env(cuda_enabled::Bool, cuda_root)
43
# Prepend the SDK's bin dir so cmake detects the JLL's nvcc
44
env["PATH"] = "$(joinpath(cuda_root, "bin")):\$PATH"
45
end
46
- return env.
+ return env
47
0 commit comments