diff --git a/ci/cmake-preloads/config-windows.txt b/ci/cmake-preloads/config-windows.txt index ac9b50a18..8b18697cd 100644 --- a/ci/cmake-preloads/config-windows.txt +++ b/ci/cmake-preloads/config-windows.txt @@ -10,7 +10,7 @@ set (WITH_SAMPLE ON CACHE BOOL "build with sample") set (WITH_SHADOW OFF CACHE BOOL "Do not build shadow server") set (WITH_PLATFORM_SERVER OFF CACHE BOOL "Do not build platform server") set (WITH_CLIENT_SDL ON CACHE BOOL "build with SDL client") -set (WITH_PROXY_MODULES "OFF" CACHE BOOL "Do not build proxy modules") +set (WITH_PROXY_MODULES "ON" CACHE BOOL "build proxy modules") set (CHANNEL_URBDRC OFF CACHE BOOL "USB redirection") set (BUILD_TESTING ON CACHE BOOL "build testing") set (WITH_FFMPEG OFF CACHE BOOL "ci default")