Browse Source

Merge topic 'FindVulkan-fix-win-32'

723955cd FindVulkan: Fix for SDK versions < 1.0.42 on 32-bit Windows

Acked-by: Kitware Robot <[email protected]>
Merge-request: !549
Brad King 8 years ago
parent
commit
8c5ed37e08
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Modules/FindVulkan.cmake

+ 1 - 0
Modules/FindVulkan.cmake

@@ -48,6 +48,7 @@ if(WIN32)
       PATHS
         "$ENV{VULKAN_SDK}/Lib32"
         "$ENV{VULKAN_SDK}/Bin32"
+        NO_SYSTEM_ENVIRONMENT_PATH
         )
   endif()
 else()