Hello,
I am trying to use a tool called PETPVC which requires the insight toolkit. I built and installed ITK version 5.1 on MacOSX15, however, I am unable to build PETPVC in Cmake because of a missing CylinderSpatialObject:
fatal error: ‘itkCylinderSpatialObject.h’ file not found
#include “itkCylinderSpatialObject.h”
I have read that the only fix is to use version 4.13.3, as it still contains the missing object. How do I uninstall ITK 5.1 and replace it with ITK 4.13.3?
Thank you for your help.
Aaron