[ci] reenable sdl client for windows

This commit is contained in:
Armin Novak 2023-07-24 09:03:19 +02:00 committed by Martin Fleisz
parent 315acc6aa9
commit f9ed8bb1b7
1 changed files with 1 additions and 1 deletions

View File

@ -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")