Thanks for all of the feedback on this issue :-) 1) I discovered that itk's hdf5 was not specifying the INSTALL COMPONENT properly. 2) I discovered that there is an INSTALL COMPONENT "Unspecified" that is not documented in CMake. 3) I discovered that not all of itk's 3rd parties use consistent COMPONENT's 4) I discovered ITK_INSTALL_NO_DEVELOPMENT and how it was not being used consistently.
And, at least for 15 minutes , I felt like an expert on CMake INSTALL. Bill On Tue, Jun 19, 2012 at 11:32 AM, Bill Lorensen <[email protected]> wrote: > I'm trying to package ITK for Slicer. I want to install only the > "runtime" portions. > > For ITK proper, this is no problem. I use: > set(CPACK_INSTALL_CMAKE_PROJECTS > "${CPACK_INSTALL_CMAKE_PROJECTS};${ITK_DIR};ITK;Runtime;/") > > For the ITK gdcm libraries I use: > set(CPACK_INSTALL_CMAKE_PROJECTS > "${CPACK_INSTALL_CMAKE_PROJECTS};${ITK_DIR};ITK;RuntimeLibraries;/") > > But, for HDF5 I have to use: > set(CPACK_INSTALL_CMAKE_PROJECTS > "${CPACK_INSTALL_CMAKE_PROJECTS};${ITK_DIR};ITK;Unspecified;/") > > I tried "Runtime" since that seems to be the correct component, but I > have to use "Unspecified" > > Help? > > 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://www.itk.org/mailman/listinfo/insight-developers
