From 920f20143211700aea2ce3ee340042887496bed5 Mon Sep 17 00:00:00 2001 From: sonakrie Date: Sun, 28 Dec 2025 03:48:28 +0100 Subject: [PATCH] Removed stupid vs 2026 checker for windows build because i have 2022 not 2026! --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index efd4af2..74e8c42 100644 --- a/build.bat +++ b/build.bat @@ -17,7 +17,7 @@ mkdir build cd build echo [INFO] Configuring with CMake (Visual Studio 18 2026)... -cmake -G "Visual Studio 18 2026" -A x64 .. +cmake -A x64 .. if errorlevel 1 ( echo.