From e85415f0ce8a8ea4df54e963a38b1e58572922e7 Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Wed, 17 Feb 2021 10:09:45 +0100 Subject: [PATCH] Removed Vulkan from default VS2019 Win10 config --- neo/cmake-vs2019-64bit-windows10.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/cmake-vs2019-64bit-windows10.bat b/neo/cmake-vs2019-64bit-windows10.bat index d9b0e968..2e58a968 100644 --- a/neo/cmake-vs2019-64bit-windows10.bat +++ b/neo/cmake-vs2019-64bit-windows10.bat @@ -2,5 +2,5 @@ cd .. del /s /q build mkdir build cd build -cmake -G "Visual Studio 16" -A x64 DWINDOWS10=ON -DUSE_VULKAN=ON -DSPIRV_SHADERC=OFF -DFFMPEG=ON ../neo +cmake -G "Visual Studio 16" -A x64 -DWINDOWS10=ON ../neo pause \ No newline at end of file