aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
diff options
context:
space:
mode:
authorMark Ian Holland <markianholland@live.co.uk>2018-11-14 23:25:50 +0000
committerRobert Schumacher <roschuma@microsoft.com>2018-11-14 15:25:50 -0800
commitf1eb3aa4b95540a8fb4a8e8d341e4c08136bd756 (patch)
tree5c870d0c0ee4a2775af162df52c3de32b3509be1 /toolsrc/src
parent3b40d323e92866222f6dd15b00c7a79abde9aedb (diff)
downloadvcpkg-f1eb3aa4b95540a8fb4a8e8d341e4c08136bd756.tar.gz
vcpkg-f1eb3aa4b95540a8fb4a8e8d341e4c08136bd756.zip
Vulkan port (#4664)
* [Vulkan] Add a vulkan port based on the cuda port * Add VULKAN_SDK env variable to whitelist * * Added some additional diagnostic information * Corrected if NOT exists statement
Diffstat (limited to 'toolsrc/src')
-rw-r--r--toolsrc/src/vcpkg/base/system.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/src/vcpkg/base/system.cpp b/toolsrc/src/vcpkg/base/system.cpp
index 6797111c2..9c72f8401 100644
--- a/toolsrc/src/vcpkg/base/system.cpp
+++ b/toolsrc/src/vcpkg/base/system.cpp
@@ -168,6 +168,8 @@ namespace vcpkg::System
L"CUDA_PATH",
// Environmental variable generated automatically by CUDA after installation
L"NVCUDASAMPLES_ROOT",
+ // Enables find_package(Vulkan) in CMake. Environmental variable generated by Vulkan SDK installer
+ L"VULKAN_SDK",
};
std::wstring env_cstr;