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