mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[vcpkg] Add NVTOOLSEXT_PATH to the env passthrough list (#12468)
(CMake uses it to search for the toolkit)
This commit is contained in:
parent
bd13ea08d4
commit
9220d6fcb7
@ -313,6 +313,7 @@ namespace vcpkg
|
||||
L"CUDA_TOOLKIT_ROOT_DIR",
|
||||
// Environmental variable generated automatically by CUDA after installation
|
||||
L"NVCUDASAMPLES_ROOT",
|
||||
L"NVTOOLSEXT_PATH",
|
||||
// Enables find_package(Vulkan) in CMake. Environmental variable generated by Vulkan SDK installer
|
||||
L"VULKAN_SDK",
|
||||
// Enable targeted Android NDK
|
||||
|
Loading…
x
Reference in New Issue
Block a user