From: Nabil Ghodbane Date: Tue, 5 Apr 2022 12:18:05 +0000 (+0200) Subject: bos #18709: gmsh correct options on Windows as discussed on forum... X-Git-Tag: V9_9_0~104 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=793cf538f6da6d5f7d055fe583fb428e811f9e86;p=tools%2Fsat_salome.git bos #18709: gmsh correct options on Windows as discussed on forum... --- diff --git a/products/compil_scripts/gmsh-4.8.4.bat b/products/compil_scripts/gmsh-4.8.4.bat index 1b9e795..2b8d896 100644 --- a/products/compil_scripts/gmsh-4.8.4.bat +++ b/products/compil_scripts/gmsh-4.8.4.bat @@ -34,13 +34,9 @@ set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DENABLE_PARSER=ON set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DENABLE_PETSC=OFF set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DENABLE_PRIVATE_API=ON set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DENABLE_CGNS=OFF -set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DENABLE_HXT=OFF -set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DENABLE_SOLVER=ON -set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DENABLE_GMM=ON set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DENABLE_TESTS=OFF set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DENABLE_PLUGINS=OFF set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DCMAKE_GENERATOR:STRING="Visual Studio 15 2017 Win64" -set CMAKE_OPTIONS=%CMAKE_OPTIONS% -DENABLE_BLAS_LAPACK=OFF set MSBUILDDISABLENODEREUSE=1 echo.