remove system checkup results from superbuild
This not much a feature or a bug. Right now I have below output from cmake when i configure superbuild. Having known these doesn't do much good to me later. Can we remove this step in superbuild. it will atleast make superbuild configure less verbose and a bit faster(no more 12 find_package calls)
Bonus: for a new dependency (eg: GSL) you have to maintain those find_package to have this info. I guess this was added during first release of superbuild (at hackfest?) for some sort of debugging.
-- |----------------------------------------------------------
-- |----------------- System checkup results -----------------
-- | The following libraries have been found on your system.
-- | You can choose to use them (instead of superbuild versions)
-- | by setting the corresponding option USE_SYSTEM_XXX.
-- |----------------------------------------------------------
-- | Boost (1.60.0) : (unknown)
-- |----------------------------------------------------------
-- | CURL (7.54.1) : C:/dashboard/otb/install_sb_x86/lib/libcurl_imp.lib
-- |----------------------------------------------------------
-- | GDAL (2.2.1) : C:/dashboard/otb/install_sb_x86/lib/gdal_i.lib
-- |----------------------------------------------------------
-- | GeoTIFF (1.4.2) : C:/dashboard/otb/install_sb_x86/lib/geotiff_i.lib
-- |----------------------------------------------------------
-- | LibSVM (3.2.2) : C:/dashboard/otb/install_sb_x86/lib/svm.lib
-- |----------------------------------------------------------
-- | MuParser (2.2.5) : C:/dashboard/otb/install_sb_x86/lib/muparser.lib
-- |----------------------------------------------------------
-- | MuParserX (4.0.7) : C:/dashboard/otb/install_sb_x86/lib/muparserx.lib
-- |----------------------------------------------------------
-- | OpenCV (3.4.1) : C:/dashboard/otb/install_sb_x86/lib/opencv_core341.lib;C:/dashboard/otb/install_sb_x86
/lib/opencv_ml341.lib
-- |----------------------------------------------------------
-- | OpenJPEG (2.2.0) : C:/dashboard/otb/install_sb_x86/lib/openjpeg-2.2
-- |----------------------------------------------------------
-- | OpenThreads (3.3.0) : C:/dashboard/otb/install_sb_x86/lib/OpenThreads.lib
-- |----------------------------------------------------------
-- | PNG (1.6.16) : C:/dashboard/otb/install_sb_x86/lib/libpng.lib
-- |----------------------------------------------------------
-- | TinyXML (2.6.2) : C:/dashboard/otb/install_sb_x86/lib/tinyxml.lib
-- |----------------------------------------------------------