Skip to content

COMP: Fix WrapITK.pth path on windows

Sam Horvath requested to merge github/fork/vovythevov/ITKPython into master

Created by: vovythevov

The WrapITK path isn't taking in consideration the multi-configuration style for windows. Adding the CMAKE_CFG_INTDIR variable fixes this.

Since on other single configuration generators (like make) the variable reduces to ".", we can simply interject it where needed.

Tested on windows and unix.

Reviewed-by: Jean-Christophe Fillion-Robin jchris.fillionr@kitware.com

Merge request reports