BearishSun 9 лет назад
Родитель
Сommit
956fe04ad8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/CMake/Modules/FindVulkan.cmake

+ 1 - 1
Source/CMake/Modules/FindVulkan.cmake

@@ -7,7 +7,7 @@
 
 
 # TODO: Set default install paths for mac/unix
 # TODO: Set default install paths for mac/unix
 # TODO: Don't hardcode the version (instead use regex or GLOB to match latest)
 # TODO: Don't hardcode the version (instead use regex or GLOB to match latest)
-set(Vulkan_INSTALL_DIRS "C:/VulkanSDK/1.0.33.0" CACHE PATH "")
+set(Vulkan_INSTALL_DIRS "C:/VulkanSDK/1.0.37.0" CACHE PATH "")
 set(Vulkan_INCLUDE_SEARCH_DIRS "${Vulkan_INSTALL_DIRS}/Include")
 set(Vulkan_INCLUDE_SEARCH_DIRS "${Vulkan_INSTALL_DIRS}/Include")
 
 
 if(BS_64BIT)
 if(BS_64BIT)