From 50bb8a7f75c9d6d94b821b306ccf944c75f45d80 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Mon, 2 Nov 2020 21:35:54 +0100 Subject: [PATCH] [ci] Disabled netcdf on mac gui build. Enabling Conan, Netcdf and gui does not work atm. VTK package would need to be adapted to use the conan hdf5 package. --- scripts/ci/jobs/build-gui-mac.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ci/jobs/build-gui-mac.yml b/scripts/ci/jobs/build-gui-mac.yml index 9b1ef22bfbb..9308780738d 100644 --- a/scripts/ci/jobs/build-gui-mac.yml +++ b/scripts/ci/jobs/build-gui-mac.yml @@ -13,7 +13,6 @@ build gui mac: BUILD_CTEST: "false" CMAKE_ARGS: >- -DOGS_USE_CONAN=auto - -DOGS_USE_PCH=OFF -DOGS_BUILD_GUI=ON -DOGS_BUILD_UTILS=ON - -DOGS_USE_NETCDF=ON + -DOGS_USE_NETCDF=OFF -- GitLab