Re: [cmake-developers] use-generator-target topic regressed buildsystem properties

2015-09-10 Thread Stephen Kelly
Brad King wrote: > Steve, > > The topic merged here: > > Merge topic 'use-generator-target' > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6e5953e9 > > regressed handling of the buildsystem-aware properties. > I fixed some of the problems and added test cases. Thanks for those! >

Re: [cmake-developers] use-generator-target topic regressed buildsystem properties

2015-09-10 Thread Brad King
On 09/10/2015 04:03 PM, Stephen Kelly wrote: >> One possible fix to the problems is to avoid allowing empty >> values to be appended at all as is done for non-buildsystem >> properties. > > I'm sure that's possible. Is it acceptable to fix it? Yes. The inconsistency with non-buildsystem

[cmake-developers] use-generator-target topic regressed buildsystem properties

2015-09-09 Thread Brad King
Steve, The topic merged here: Merge topic 'use-generator-target' http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6e5953e9 regressed handling of the buildsystem-aware properties. I fixed some of the problems and added test cases. Please see these commits: cmTarget: Fix buildsystem