Skip to content

WIP: cmake: Support custom install python module directory

This commit updates setting of cache variables introduced in b94049f6 (Clean Python related CMake variables.). Instead of using INTERNAL type, this commit switches the type to DIRECTORY.

This allows project (e.g 3D Slicer) to configure VTK with distinct install directory for VTK libraries and VTK python modules.

Edited by Jean-Christophe Fillion-Robin

Merge request reports