Skip to content

vtkModuleWrapPython: support multiconfig generators

Ben Boeckel requested to merge ben.boeckel/vtk:multiconfig-python-support into master

This basically makes it look just like a single configuration generator. The downside is that Python modules for different configurations all share an output path. The exception is Debug modules on Windows.

Fixes: #17545 (closed)


Cc: @dgobbi @brad.king @mzeyen @utkarsh.ayachit

Merge request reports