Skip to content

FindVulkan: Disable system paths - this fixes discovery on 32-bit Windows & SDK versions < 1.0.42.

Matthäus Chajdas requested to merge Anteru/cmake:master into master

Before Vulkan 1.0.42, the SDK would add the Bin directory to PATH, which was confusing the 32-bit search on Windows. Vulkan 1.0.42 fixed the whole problem by moving the libraries into Lib, Lib32, so this is strictly a compatibility fix for old SDKs.

Merge request reports