SimpleITK / SimpleITKPythonPackage

A setup script to generate a Python Wheels
17 stars 11 forks source link

Shorted build path to allow ITK to build on MSVC #23

Closed blowekamp closed 7 years ago

blowekamp commented 7 years ago

Addresses the following build error:

loading initial cache file
C:/d/p/_skbuild/cmake-build/SimpleITK-superbuild/ITK-build/CMakeCacheInit.txt
CMake Error at CMakeLists.txt:30 (message):
ITK source code directory path length is too long (52 > 50).Please
move the ITK source code directory to a directory with a shorter path.

Addressed #22