Skip to content

Commit

Permalink
[cuda] correct env variables for newer cuda versions (microsoft#12244)
Browse files Browse the repository at this point in the history
* [cuda] correct env variables for newer cuda versions

* Update ports/cuda/CONTROL

Co-authored-by: Jack·Boos·Yu <[email protected]>

Co-authored-by: Jack·Boos·Yu <[email protected]>
  • Loading branch information
Neumann-A and JackBoosY authored Jul 9, 2020
1 parent e308846 commit 3e7cf20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vcpkg/base/system.process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ namespace vcpkg
L"CUDA_PATH_V9_1",
L"CUDA_PATH_V10_0",
L"CUDA_PATH_V10_1",
L"CUDA_PATH_V10_2",
L"CUDA_PATH_V11_0",
L"CUDA_TOOLKIT_ROOT_DIR",
// Environmental variable generated automatically by CUDA after installation
L"NVCUDASAMPLES_ROOT",
Expand Down

0 comments on commit 3e7cf20

Please sign in to comment.