[ITK] ITK_INSTALL_NO_LIBRARIES and ITK_INSTALL_NO_DEVELOPMENT
Matt McCormick
matt.mccormick at kitware.com
Thu Jun 19 13:29:21 EDT 2014
Thanks for the confirmation. Patch added here:
http://review.source.kitware.com/#/c/15862/1
On Thu, Jun 19, 2014 at 12:32 PM, Brad King <brad.king at kitware.com> wrote:
> On 06/19/2014 12:21 PM, Matt McCormick wrote:
>> 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?
>
> Yes. The options may have pre-dated installation component
> functionality. Some projects still provide such options just
> to simplify the packaging process though. If the options are
> not complete in ITK then there is no point in having them.
>
> -Brad
>
More information about the Community
mailing list