[CMake] install() and EXCLUDE_FROM_ALL issue ( patch review )
Hendrik Sattler
post at hendrik-sattler.de
Thu Aug 2 18:42:00 EDT 2007
Am Donnerstag 02 August 2007 19:26 schrieb Alexander Neundorf:
> I guess the EXCLUDE_FROM_ALL targets will then also not be relinked if they
> are installed, right ?
>
> Maybe for EXCLUDE_FROM_ALL targets the relinking should happen when the
> target gets built, not when it's installed ?
Or evaluate if the target _can_ be installdc (hence if it was built manually)
and only then run the preinstall for it. Would that be possible?
HS
More information about the CMake
mailing list