Re: [cmake-developers] Setting include directories via target_link_libraries() ?

2012-12-10 Thread Daniel Pfeifer
2012/12/7 Stephen Kelly > Stephen Kelly wrote: > > > I haven't tried to analyse how much of the complexity is due to whether > > target_use_targets or target_link_libraries is used. I think the harder > > parts of this topic so far have been related to exports. Like I said > > though, I haven't a

[cmake-developers] [CMake 0013784]: [OSX] Copy directories as easily as files into the application bundle

2012-12-10 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://public.kitware.com/Bug/view.php?id=13784 == Reported By:valentin Assigned To:

Re: [cmake-developers] Global flags for creating static libraries

2012-12-10 Thread Evan Pipho
I am nearly finished with this, just need to write the variable documentation and test the xcode generators. Once that is complete what is the best way to submit a change this size? While it is not very complex, it did touch a good number of files since it affected many generators. I have committ

Re: [cmake-developers] Policy for INTERFACE_LINK_LIBRARIES

2012-12-10 Thread Stephen Kelly
Brad King wrote: > On 12/10/2012 09:52 AM, Stephen Kelly wrote: >> Brad King wrote: >> >>> IIRC the topic that added dependent export support was only >>> finished for the install(EXPORT) command and not for export(). >>> It added a test for the install case mixing namespaces: >>> >>> http://cma

Re: [cmake-developers] Policy for INTERFACE_LINK_LIBRARIES

2012-12-10 Thread Brad King
On 12/10/2012 09:52 AM, Stephen Kelly wrote: > Brad King wrote: > >> IIRC the topic that added dependent export support was only >> finished for the install(EXPORT) command and not for export(). >> It added a test for the install case mixing namespaces: >> >> http://cmake.org/gitweb?p=cmake.git;a

Re: [cmake-developers] Policy for INTERFACE_LINK_LIBRARIES

2012-12-10 Thread Stephen Kelly
Brad King wrote: > IIRC the topic that added dependent export support was only > finished for the install(EXPORT) command and not for export(). > It added a test for the install case mixing namespaces: > > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=955b9662 > > It appears to work. Yes

Re: [cmake-developers] Policy for INTERFACE_LINK_LIBRARIES

2012-12-10 Thread Brad King
On 12/09/2012 08:48 AM, Stephen Kelly wrote: > Brad King wrote: >> Okay. Please add discussion there about the changes intended to be made >> in the add-INTERFACE_LINK_LIBRARIES topic. We need to cover code examples >> for existing behavior for all target and export/import types and how they >> w