On 11/30/2015 11:26 AM, rle...@codelibre.net wrote: > I have improved the parsing speed somewhat and added some progress > diagnostics to inform the user what's happening to compensate for the time > it takes to process the dependencies. It's still slower than I'd ideally > like, but it's a bit better. If there's any way to make it even faster > I'd be interested. I think what's there is technically correct though.
I'm sorry I didn't have a chance to look at this sooner. Parsing dependencies out of the header files is far too heavy-weight for a find module. We should memorize the known dependencies as is done for other find modules that provide imported targets. If that is not tractable then the FindBoost module is the wrong place to solve this problem. FWIW, I think effort would be better spent working with Boost folks to get cmake package files provided. They don't have to build with CMake to do this. Qt5 for example builds without CMake but still provides CMake package files. -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers