diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-04-05 14:39:16 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-04-05 14:39:16 -0700 |
| commit | 846471c8f234e80303a8a945f71b93e1529f6440 (patch) | |
| tree | e62ac913be93e9c5f1318212d069fa9863da0b9c /toolsrc/src/vcpkg_System.cpp | |
| parent | 2cbd3ed45a08d8c8ab16e8c2311dbcb1787baa50 (diff) | |
| parent | cc338dcc8c7d047d0a3c4d923e4d4ebd1413bbfe (diff) | |
| download | vcpkg-846471c8f234e80303a8a945f71b93e1529f6440.tar.gz vcpkg-846471c8f234e80303a8a945f71b93e1529f6440.zip | |
Merge fix regression in CUDA due to sanitized environments
Diffstat (limited to 'toolsrc/src/vcpkg_System.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg_System.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/src/vcpkg_System.cpp b/toolsrc/src/vcpkg_System.cpp index 47e1842e3..f000b7317 100644 --- a/toolsrc/src/vcpkg_System.cpp +++ b/toolsrc/src/vcpkg_System.cpp @@ -59,6 +59,8 @@ namespace vcpkg::System // Enables proxy information to be passed to Curl, the underlying download library in cmake.exe L"HTTP_PROXY", L"HTTPS_PROXY", + // Enables find_package(CUDA) in CMake + L"CUDA_PATH", }; // Flush stdout before launching external process |
