diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-04-05 14:10:01 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-04-05 14:10:01 -0700 |
| commit | cc338dcc8c7d047d0a3c4d923e4d4ebd1413bbfe (patch) | |
| tree | 37b363a738c175b39418b77a9093e75bfb6bda2b /toolsrc/src/vcpkg_System.cpp | |
| parent | cf44582b9f234df47f0fc6347d06d0302a3f65da (diff) | |
| download | vcpkg-cc338dcc8c7d047d0a3c4d923e4d4ebd1413bbfe.tar.gz vcpkg-cc338dcc8c7d047d0a3c4d923e4d4ebd1413bbfe.zip | |
[cuda] Add CUDA_PATH to environment whitelist.
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 |
