On 06/06/2013 02:18 PM, Stephen Kelly wrote:
> Brad King wrote:
>> But those are incomplete.  The policy CMP0022 you added should also
>> affect the implementation of tll to choose which interface properties
>> to populate.
> 
> I thought that's what we have a second policy (CMP0023) for? Isn't that what 
> we discussed?

Read my last review comments again.

The policies are orthogonal but both change tll:

* The signature policy affects allowed combinations of old and new
  signature calls (where "new" includes LINK_(PUBLIC|PRIVATE|INTERFACE)).
  The OLD behavior allows old AND new signature calls on the same target.
  The NEW behavior allows old XOR new signature calls on the same target.
  It has no effect on link interface properties, set or get.

* The interface policy affects which properties define the link interface.
  In OLD behavior tll populates the old properties and CMake uses them.
  In NEW behavior tll populates the new property and CMake uses it.
  It has no effect on allowed tll signatures.

-Brad
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to