[Insight-developers] ITKv4 Module Names

Brad King brad.king at kitware.com
Thu Feb 10 15:25:12 EST 2011


On 02/10/2011 02:56 PM, Matthew McCormick (thewtex) wrote:
>> Each one is designed to be able to build as a standalone project.
> 
> That is great!

By "standalone" I mean it can be the top level directory given to
CMake such that a build tree dedicated to that module can be created.
It will still use find_package() to get the other modules on which
it depends which must have already been built.  This feature was
designed to help separate the modules for package managers.

-Brad


More information about the Insight-developers mailing list