dboun / MultiPatientImageProcessing

Bulk processing of medical images
1 stars 1 forks source link

Geodesic training build error on windows #22

Closed ashishsingh18 closed 5 years ago

ashishsingh18 commented 5 years ago

When I try to turn ON Geodesic training from cmake and build the VS solution, I get vtk error. Please see below. When I turn OFF geodesic training again, the error goes away and it builds.

image

dboun commented 5 years ago

This is very weird considering that GeodesicTraining doesn't even depend on VTK.

(Also I don't get this error on Linux)

Did you try to clear cache and run cmake (and build everything) from scratch?

dboun commented 5 years ago

Fixed