aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg_System.cpp
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-10-12 09:48:46 -0700
committerGitHub <noreply@github.com>2017-10-12 09:48:46 -0700
commitd3afc18e9402f9081346f7e87022f39fa1ee19d0 (patch)
tree3857d842093483796c9a716ceed21247acede9d4 /toolsrc/src/vcpkg_System.cpp
parent5c66f301b9d7aa27a11059cee970e579f039c66c (diff)
parentdcfb9d45c13ba3adc22a47d62642f6acd2ee239b (diff)
downloadvcpkg-d3afc18e9402f9081346f7e87022f39fa1ee19d0.tar.gz
vcpkg-d3afc18e9402f9081346f7e87022f39fa1ee19d0.zip
Merge pull request #1961 from jasjuang/master
add NVCUDASAMPLES_ROOT to environment variable whitelist
Diffstat (limited to 'toolsrc/src/vcpkg_System.cpp')
-rw-r--r--toolsrc/src/vcpkg_System.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/src/vcpkg_System.cpp b/toolsrc/src/vcpkg_System.cpp
index 3b4c440d8..5293638e3 100644
--- a/toolsrc/src/vcpkg_System.cpp
+++ b/toolsrc/src/vcpkg_System.cpp
@@ -106,6 +106,8 @@ namespace vcpkg::System
L"HTTPS_PROXY",
// Enables find_package(CUDA) in CMake
L"CUDA_PATH",
+ // Environmental variable generated automatically by CUDA after installation
+ L"NVCUDASAMPLES_ROOT",
};
// Flush stdout before launching external process