[ITK] ITK_INSTALL_NO_LIBRARIES and ITK_INSTALL_NO_DEVELOPMENT
Matt McCormick
matt.mccormick at kitware.com
Thu Jun 19 12:21:16 EDT 2014
Hi Brad,
I am trying to understand the origin / purpose of the CMake variables
ITK_INSTALL_NO_DEVELOPMENT
ITK_INSTALL_NO_LIBRARIES
These are scattered in some of the ThirdParty modules, but they are
not used in the rest of the toolkit. Is it OK if I remove them?
Shouldn't
install( ...
... COMPONENT Development
... COMPONENT RuntimeLibraries
)
provide all the needed functionality?
Thanks,
Matt
More information about the Community
mailing list