From 0f93a6934f828a2d126cb6e37ea9a4b7d4936b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sat, 18 May 2024 20:36:02 +0200 Subject: [PATCH] ci/mingw: remove non-existent cmake option --- ci/build-mingw64.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/build-mingw64.sh b/ci/build-mingw64.sh index 5ca8cf166f..c9cd99036f 100755 --- a/ci/build-mingw64.sh +++ b/ci/build-mingw64.sh @@ -194,8 +194,7 @@ _vulkan_headers_mark=include/vulkan/vulkan.h _vulkan_loader () { [ -d Vulkan-Loader ] || $gitclone https://github.com/KhronosGroup/Vulkan-Loader builddir Vulkan-Loader - cmake .. "${cmake_args[@]}" \ - -DENABLE_WERROR=OFF -DUSE_GAS=ON + cmake .. "${cmake_args[@]}" -DUSE_GAS=ON makeplusinstall popd }