[Insight-developers] Selecting ITK version in IJ Testing Environment
Dan Mueller
dan.muel at gmail.com
Sat Sep 20 02:03:08 EDT 2008
Hi Insight Developers,
What version of ITK is used by the IJ Testing Environment when you
don't specify a version number?
ie. what ITK version is being selected for the following CMakeLists.txt:
SET(Required_Packages ITK)
FOREACH(Package ${Required_Packages})
LOADPACKAGE(${Package})
ENDFOREACH(Package)
The reason I ask is that I am looking into the Dashboard
http://public.kitware.com/InsightJournal/Testing/Sites/GaussianDerivativeOperatorExamples/Insight_Journal_Automatic_Testing_System/20080422-1743-Experimental/BuildError.html
for
http://www.insight-journal.org/browse/publication/179
which seems to suggest the default ITK version on the IJ Testing
Environment does not have the
itk::ImageFunction::ConvertPointToContinousIndex spelling name change
http://www.itk.org/cgi-bin/viewcvs.cgi/Code/Common/itkImageFunction.h?root=Insight&r1=1.44&r2=1.45
Any help on this is appreciated.
Regards, Dan
More information about the Insight-developers
mailing list