Open
Description
I noticed that the VTK wrapping for python currently is not working for newer versions of CMake, vtk and statismo.
How to reproduce:
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="/opt/dev/lib/itk/cmake;/opt/dev/lib/vtk/cmake" -DBUILD_WRAPPING=ON
make -j8
(I specify the location of VTK/ITK using CMAKE_PREFIX_PATH
)
Problems:
Failures on several levels.
Metadata
Metadata
Assignees
Labels
No labels