Skip to content

Commit

Permalink
add CUDA 11.1 and 11.2 to KEEP_ENV_VARS defaults (microsoft#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj authored Mar 15, 2021
1 parent 41bd041 commit 84dfd2c
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 @@ -313,6 +313,8 @@ namespace vcpkg
L"CUDA_PATH_V10_1",
L"CUDA_PATH_V10_2",
L"CUDA_PATH_V11_0",
L"CUDA_PATH_V11_1",
L"CUDA_PATH_V11_2",
L"CUDA_TOOLKIT_ROOT_DIR",
// Environmental variable generated automatically by CUDA after installation
L"NVCUDASAMPLES_ROOT",
Expand Down

0 comments on commit 84dfd2c

Please sign in to comment.