[Insight-developers] ITK_USE_FLAT_DIRECTORY_INSTALL : (Feature request: 9757)

Luis Ibanez luis.ibanez at kitware.com
Thu Oct 22 13:01:37 EDT 2009


Hi Mark,

Thanks for filing the feature request for flattening the
directory structure of the installation tree.

 http://public.kitware.com/Bug/view.php?id=9757

We just committed to the CVS repository a first cut
at implementing this feature.

You will need to reconfigure your ITK build with CMake
and turn on the new CMake option:

    ITK_USE_FLAT_DIRECTORY_INSTALL

Then, make sure that you select an installation directory
in the variable:

                CMAKE_INSTALL_PREFIX

Then, build ITK, and run the INSTALL project from
Visual Studio.

The ITK headers will be installed in a directory:

${CMAKE_INSTALL_PREFIX}/include/InsightToolkit

Currently, all the headers from subdirectories of

                Insight/Code

will go to that directory.

We are still working on moving the headers from the
third party projects that are under

                   Insight/Utilities

If you have a chance, please give it a try at this new
feature and let us know if you find any problem.


      Thanks


             Luis


More information about the Insight-developers mailing list