Skip to content

cmake: re-associate RuntimeLibraries component with python install rules

This commit fixes a regression introduced in 867d93c2 (Cleanup VTK's Python package.) where the component associated with VTK python modules was set to "Runtime".

It restores the original behavior and ensures that project (e.g 3D Slicer) installing specific components of VTK can package their dependencies as expected.

Merge request reports