aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2020-07-22 00:45:40 +0200
committerGitHub <noreply@github.com>2020-07-21 15:45:40 -0700
commit9220d6fcb7a59b203c00034462c72fa6175b7761 (patch)
tree743f59dae8f71e2cfc03136b1212bc47fb3ef1b2
parentbd13ea08d43d78ee6eec4807cc43d7cb00ab5aee (diff)
downloadvcpkg-9220d6fcb7a59b203c00034462c72fa6175b7761.tar.gz
vcpkg-9220d6fcb7a59b203c00034462c72fa6175b7761.zip
[vcpkg] Add NVTOOLSEXT_PATH to the env passthrough list (#12468)
(CMake uses it to search for the toolkit)
-rw-r--r--toolsrc/src/vcpkg/base/system.process.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/src/vcpkg/base/system.process.cpp b/toolsrc/src/vcpkg/base/system.process.cpp
index bc67c1114..300e318df 100644
--- a/toolsrc/src/vcpkg/base/system.process.cpp
+++ b/toolsrc/src/vcpkg/base/system.process.cpp
@@ -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