From f68321af4341a3563c2ddf9e68bc6b0fdaf37285 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Mon, 17 Dec 2018 15:05:22 +0100 Subject: [PATCH] disable GUI in conda build --- recipe/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/build.sh b/recipe/build.sh index ccaa0f3d1..443b0f60e 100644 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -6,7 +6,7 @@ cmake .. \ -DCMAKE_INSTALL_PREFIX=install \ -DUSE_TEXTCLIENT=ON \ -DUSE_RECEIVER=ON \ - -DUSE_GUI=ON \ + -DUSE_GUI=OFF \ -DCMAKE_BUILD_TYPE=Release \ -DUSE_HDF5=OFF\