[cmake-developers] target_include_directories and empty lists

2013-07-31 Thread Brad King
On 07/31/2013 09:17 AM, Stephen Kelly wrote: On 07/31/2013 03:13 PM, Brad King wrote: On 07/31/2013 09:11 AM, Stephen Kelly wrote: http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=452e58525bb1656df0a169c8a047c25837caa4cf [snip] Docs: Document that target property commands require at

Re: [cmake-developers] target_include_directories and empty lists

2013-07-31 Thread Stephen Kelly
Brad King wrote: What about the tll() version? target_link_libraries(foo PRIVATE ) seems to not be an error with master already. Changing that behavior is something I'd recommend deferring to after 2.8.12 if you want to change it. I don't feel extremely strongly about keeping it strict.

Re: [cmake-developers] target_include_directories and empty lists

2013-07-31 Thread Brad King
On 07/31/2013 10:01 AM, Stephen Kelly wrote: Ok, I'll add a test for the above patch and submit that. Great, thanks! -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