Skip to content

Commit

Permalink
[vcpkg] Add NVTOOLSEXT_PATH to the env passthrough list (#12468)
Browse files Browse the repository at this point in the history
(CMake uses it to search for the toolkit)
  • Loading branch information
Neumann-A authored Jul 21, 2020
1 parent bd13ea0 commit 9220d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toolsrc/src/vcpkg/base/system.process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9220d6f

Please sign in to comment.