ci/mingw: remove non-existent cmake option

This commit is contained in:
Kacper Michajłow 2024-05-18 20:36:02 +02:00
parent 2c68e6cb1f
commit 0f93a6934f
1 changed files with 1 additions and 2 deletions

View File

@ -194,8 +194,7 @@ _vulkan_headers_mark=include/vulkan/vulkan.h
_vulkan_loader () { _vulkan_loader () {
[ -d Vulkan-Loader ] || $gitclone https://github.com/KhronosGroup/Vulkan-Loader [ -d Vulkan-Loader ] || $gitclone https://github.com/KhronosGroup/Vulkan-Loader
builddir Vulkan-Loader builddir Vulkan-Loader
cmake .. "${cmake_args[@]}" \ cmake .. "${cmake_args[@]}" -DUSE_GAS=ON
-DENABLE_WERROR=OFF -DUSE_GAS=ON
makeplusinstall makeplusinstall
popd popd
} }