From 16887384526f2985c0ff900b870e23c97d5f1317 Mon Sep 17 00:00:00 2001 From: Bernhard Miklautz Date: Mon, 29 Feb 2016 16:25:04 +0100 Subject: [PATCH] ci: build server side on windows --- ci/cmake-preloads/config-windows.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/cmake-preloads/config-windows.txt b/ci/cmake-preloads/config-windows.txt index 980bcb2cb..0a84d883d 100644 --- a/ci/cmake-preloads/config-windows.txt +++ b/ci/cmake-preloads/config-windows.txt @@ -1,3 +1,4 @@ message("PRELOADING windows cache") set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "build type") +set(WITH_SERVER "ON" CACHE BOOL "Build server binaries") #set (BUILD_TESTING ON CACHE BOOL "build testing")