[cmake-developers] INTERFACE_LINK_LIBRARIES property?

Stephen Kelly steveire at gmail.com
Fri Jun 7 04:01:03 EDT 2013


Brad King wrote:

> I expected to see things like
> 
> - else if(args[i] == "LINK_PUBLIC")
> + else if(args[i] == "PUBLIC" || args[i] == "LINK_PUBLIC")

I've pushed the commit to my clone again. It is not as simple as above 
because of how the uses of the signatures are recorded, and because I 
disallow the use of debug/optimized/general with the new signatures.

Other than that, I think it's as described.

Thanks, 

Steve.





More information about the cmake-developers mailing list