[cmake-developers] CMake 2.8.12 transitive link regression?

Brad King brad.king at kitware.com
Thu Oct 31 09:22:19 EDT 2013


On 10/31/2013 09:19 AM, Brad King wrote:
> Thanks.  It appears that ImplementationIsInterface bypasses the
> checks for EXPORT_LINK_INTERFACE_LIBRARIES and produces the
> IMPORTED_LINK_INTERFACE_LIBRARIES properties even when CMP0022
> is set to NEW.  Shouldn't it instead transform the link impl
> into INTERFACE_LINK_LIBRARIES in exports, and also transform
> the link impl into IMPORTED_LINK_INTERFACE_LIBRARIES subject
> to EXPORT_LINK_INTERFACE_LIBRARIES?

I forgot to mention that in code paths prior to this fix the
ImplementationIsInterface could only be true if CMP0022 is
not NEW.

-Brad



More information about the cmake-developers mailing list