Skip to content

Commit

Permalink
# has 2 meanings in python
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPignerol authored Oct 30, 2024
1 parent b50b16b commit 5c60436
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions meshing_supersede/packages/vtk-maillage/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,10 @@ def cmake_args(self):
"-DBUILD_SHARED_LIBS:BOOL=ON",
"-DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON",
"-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON",
# "-DModule_vtkIOExportOpenGL:BOOL=ON", ICI inutile pour nous
"-DModule_vtkImagingOpenGL:BOOL=ON",
"-DModule_vtkIOExportOpenGL2:BOOL=OFF",
"-DModule_vtkImagingOpenGL2:BOOL=OFF",
"-DVTK_USE_SYSTEM_GL2PS:BOOL=OFF",
# "-DVTK_RENDERING_BACKEND=OpenGL", ICI déjà fait en L91
"-DVTK_Group_Imaging:BOOL=ON",
"-DVTK_Group_Rendering:BOOL=ON",
"-DVTK_ALL_NEW_OBJECT_FACTORY=OFF",
Expand Down

0 comments on commit 5c60436

Please sign in to comment.