[Insight-developers] Dashboard: Build vs Installed: fixed

Luis Ibanez luis.ibanez at kitware.com
Tue Jan 26 13:57:09 EST 2010


As you may have seen in the Dashboard,
the build of the Testing tree versus an
installed version of ITK was failing 5 tests:

http://www.cdash.org/CDash/viewTest.php?onlyfailed&buildid=523887


This turned out to be due to the absence
of the flag:

ITK_USE_CENTERED_PIXEL_COORDINATES_CONSISTENTLY

in the ITKConfig.cmake.in file that propagates the
configuration of the build into the installed tree.


This has now been fixed:

http://public.kitware.com/cgi-bin/viewcvs.cgi/ITKConfig.cmake.in?root=Insight&r1=1.30&r2=1.31&sortby=date


For completeness,
the following flag was also added:

ITK_USE_REGION_VALIDATION_IN_ITERATORS


It is good to keep this in mind as one of the
things to do when adding CMake configuration
variables to ITK.



      Luis


More information about the Insight-developers mailing list