We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b50b16b commit 5c60436Copy full SHA for 5c60436
meshing_supersede/packages/vtk-maillage/package.py
@@ -155,12 +155,10 @@ def cmake_args(self):
155
"-DBUILD_SHARED_LIBS:BOOL=ON",
156
"-DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON",
157
"-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON",
158
- # "-DModule_vtkIOExportOpenGL:BOOL=ON", ICI inutile pour nous
159
"-DModule_vtkImagingOpenGL:BOOL=ON",
160
"-DModule_vtkIOExportOpenGL2:BOOL=OFF",
161
"-DModule_vtkImagingOpenGL2:BOOL=OFF",
162
"-DVTK_USE_SYSTEM_GL2PS:BOOL=OFF",
163
- # "-DVTK_RENDERING_BACKEND=OpenGL", ICI déjà fait en L91
164
"-DVTK_Group_Imaging:BOOL=ON",
165
"-DVTK_Group_Rendering:BOOL=ON",
166
"-DVTK_ALL_NEW_OBJECT_FACTORY=OFF",
0 commit comments