From f9ed8bb1b7b07a8122dd7ce0d9570f0b0dbe9120 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Mon, 24 Jul 2023 09:03:19 +0200 Subject: [PATCH] [ci] reenable sdl client for windows --- ci/cmake-preloads/config-windows.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/cmake-preloads/config-windows.txt b/ci/cmake-preloads/config-windows.txt index fe0dbdb2f..470c2e565 100644 --- a/ci/cmake-preloads/config-windows.txt +++ b/ci/cmake-preloads/config-windows.txt @@ -2,7 +2,7 @@ message("PRELOADING windows cache") set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type") set (WITH_SERVER ON CACHE BOOL "build with server") set (WITH_SAMPLE ON CACHE BOOL "build with sample") -set (WITH_CLIENT_SDL OFF CACHE BOOL "build with SDL client") +set (WITH_CLIENT_SDL ON CACHE BOOL "build with SDL client") set (WITH_PROXY_MODULES "OFF" CACHE BOOL "Do not build proxy modules") set (CHANNEL_URBDRC OFF CACHE BOOL "USB redirection") set (BUILD_TESTING ON CACHE BOOL "build testing")