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

Changing source does not trigger compilation #26

Open finetjul opened 5 years ago

finetjul commented 5 years ago

Here is how I built my package:

python setup.py bdist_wheel --build-type RelWithDebInfo -j 4 -- -DVTK_Group_Web=ON -DVTK_SOURCE_DIR="c:/Work/VTK/VTK"

Then if I change files within c:/Work/VTK/VTK, the package is not re-built, simply installed.