Salome HOME
add med file support
[tools/sat_salome.git] / products / patches / gmsh-4.10.3-windows.patch
1 diff -Naur gmsh_ref/CMakeLists.txt gmsh_new/CMakeLists.txt
2 --- gmsh_ref/CMakeLists.txt     2022-05-26 10:51:23.000000000 +0200
3 +++ gmsh_new/CMakeLists.txt     2022-06-14 15:01:11.502544660 +0200
4 @@ -1340,9 +1340,6 @@
5      set_config_option(HAVE_OCC "OpenCASCADE")
6      list(APPEND EXTERNAL_LIBRARIES ${OCC_LIBS})
7      list(APPEND EXTERNAL_INCLUDES ${OCC_INC})
8 -    if(WIN32 AND NOT MSVC)
9 -      add_definitions(-DOCC_CONVERT_SIGNALS)
10 -    endif()
11    endif()
12  endif()
13