KitwareMedical / VTKPythonPackage

A setup script to generate VTK Python Wheels
https://vtkpythonpackage.readthedocs.io
BSD 3-Clause "New" or "Revised" License
34 stars 15 forks source link

Support passing cmake args to VTK build via env var #4

Closed zachmullen closed 6 years ago

zachmullen commented 6 years ago

The env var VTK_CMAKE_ARGS can be used to pass a list of args to the scikit-build configure step of VTK.

This commit also exposes the VTK_Group_Web flag to the outer build process as a CMake variable.