From f9f284febc72f60415a8709fcf094b9ce387cfcb Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 22 Jun 2017 10:39:25 +0200
Subject: [PATCH] [Jenkins] Do not build utils on Windows 32-bit.

---
 scripts/jenkins/msvc32.groovy | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/jenkins/msvc32.groovy b/scripts/jenkins/msvc32.groovy
index 4d730f6a31d..17a5a48a43a 100644
--- a/scripts/jenkins/msvc32.groovy
+++ b/scripts/jenkins/msvc32.groovy
@@ -5,9 +5,8 @@ def defaultCMakeOptions =
     '-DOGS_LIB_VTK=System ' +
     '-DOGS_DOWNLOAD_ADDITIONAL_CONTENT=ON ' +
     '-DOGS_BUILD_GUI=ON ' +
-    '-DOGS_BUILD_UTILS=ON ' +
+    '-DOGS_BUILD_UTILS=OFF ' +
     '-DOGS_BUILD_TESTS=OFF ' +
-    '-DOGS_BUILD_METIS=ON ' +
     '-DOGS_BUILD_CLI=OFF'
 
 def configure = new ogs.configure()
-- 
GitLab