[Insight-developers] Problems installing HDF5
Bill Lorensen
bill.lorensen at gmail.com
Tue Jun 19 11:32:01 EDT 2012
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
More information about the Insight-developers
mailing list