vcpkg/ports/vulkan-tools/fix-parallel-config.patch
moritz-h 5d03478623
[vulkan*] update to 1.3.275.0 (#36262)
* [vulkan*] update to 1.3.275.0

* fix cmake config path

* update volk to fix vulkan-tools

* fix lunarg-vulkantools

* fix android

* build vulkan layers always dynamic

* fix android

* staticcrt

* fix description

* remove debug layer json files

* fix android

* fix parallel config
2024-01-24 11:26:41 -08:00

14 lines
340 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index d770ca57..00c49887 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -144,7 +144,7 @@ if(BUILD_ICD)
add_subdirectory(icd)
endif()
-add_subdirectory(windows-runtime-installer)
+#add_subdirectory(windows-runtime-installer)
option(BUILD_TESTS "Build the tests")
if(BUILD_TESTS)