Matt, I don't understand the use case for the original patch. If a module is loaded, but not requested it will not be added to the registered factories. What was wrong with the previous version? Where was it failing.
I'd like to revert the current one since it breaks the remote wiki examples and also has issues with the vtkglue module. I put a message in my local UseITK.cmake file if(${_module_name}_LOADED AND ${_module_was_requested} EQUAL -1) message(STATUS "================ ${_module_name} is loaded but not requested") endif() and I get: -- ================ ITKIONIFTI is loaded but not requested -- ================ ITKIONRRD is loaded but not requested -- ================ ITKIOGIPL is loaded but not requested -- ================ ITKIOJPEG is loaded but not requested -- ================ ITKIOGDCM is loaded but not requested -- ================ ITKIOBMP is loaded but not requested -- ================ ITKIOLSM is loaded but not requested -- ================ ITKIOPNG is loaded but not requested -- ================ ITKIOTIFF is loaded but not requested -- ================ ITKIOVTK is loaded but not requested -- ================ ITKIOStimulate is loaded but not requested -- ================ ITKIOBioRad is loaded but not requested -- ================ ITKIOMeta is loaded but not requested -- ================ ITKIOTransformMatlab is loaded but not requested -- ================ ITKIOTransformHDF5 is loaded but not requested -- ================ ITKIOTransformInsightLegacy is loaded but not requested Bill On Thu, Nov 20, 2014 at 7:36 AM, Bill Lorensen <bill.loren...@gmail.com> wrote: > Also, my normal ITK build which has several remote modules turned fails to > build > Linking CXX shared library ../../../../lib/libITKVtkGlue-4.7.dylib > ld: library not found for -lvtkCommonCore > collect2: ld returned 1 exit status > make[2]: *** [lib/libITKVtkGlue-4.7.1.dylib] Error 1 > > > > On Thu, Nov 20, 2014 at 12:33 AM, Matt McCormick > <matt.mccorm...@kitware.com> wrote: >> Hi Bill, >> >> Thanks for the note. >> >> I'll have to take a look. >> >> It may be that if one part of the Wiki Examples is using COMPONENTS, >> either all or none is required... >> >> Thanks, >> Matt >> >> On Wed, Nov 19, 2014 at 10:57 AM, Bill Lorensen <bill.loren...@gmail.com> >> wrote: >>> Matt, >>> This change: >>> http://open.cdash.org/viewChanges.php?project=Insight&date=2014-10-18 >>> is causing the WikiExamples Remote Module to fail doing execution. For >>> example see: >>> http://open.cdash.org/testDetails.php?test=288318310&build=3533969 >>> >>> What should I do? >>> >>> Bill > > > > -- > Unpaid intern in BillsBasement at noware dot com -- Unpaid intern in BillsBasement at noware dot com _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/insight-developers