From 8277b3f9e9b66092a58625f3a2a87a0d60dcc580 Mon Sep 17 00:00:00 2001 From: wmayer Date: Sat, 27 Mar 2021 15:37:48 +0100 Subject: [PATCH] travis: switch Netgen support off for Windows builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 611a547678..00c1d08bf6 100755 --- a/.travis.yml +++ b/.travis.yml @@ -106,7 +106,7 @@ jobs: - os: windows language: cpp env: - - CMAKE_OPTS="-DBUILD_FEM_NETGEN=ON -DFREECAD_RELEASE_PDB=OFF -DFREECAD_RELEASE_SEH=OFF" + - CMAKE_OPTS="-DBUILD_FEM_NETGEN=OFF -DFREECAD_RELEASE_PDB=OFF -DFREECAD_RELEASE_SEH=OFF" - GENERATOR="Visual Studio 15 2017 Win64" - PYTHON_MAJOR_VERSION=3 - MSBUILD_PATH="c:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin"