Re: [cmake-developers] [PATCH] CMakeParseArguments: Test suite and native implementation

2015-12-17 Thread Brad King
On 12/14/2015 04:52 PM, Matthias Männich wrote: > This adds a test suite for the CMakeParseArguments module. In addition > the second change implements cmake_parse_arguments(...) as native > command. Thanks! Applied with minor tweaks: CMakeParseArguments: add a RunCMake test suite

Re: [cmake-developers] [PATCH] CMakeParseArguments: Test suite and native implementation

2015-12-17 Thread Alexander Neundorf
On Thursday, December 17, 2015 11:12:22 Brad King wrote: > On 12/14/2015 04:52 PM, Matthias Männich wrote: > > This adds a test suite for the CMakeParseArguments module. In addition > > the second change implements cmake_parse_arguments(...) as native > > command. > > Thanks! Applied with

[cmake-developers] [PATCH] CMakeParseArguments: Test suite and native implementation

2015-12-14 Thread Matthias Männich
Hi, This is my pull request [1] brought to the list. This adds a test suite for the CMakeParseArguments module. In addition the second change implements cmake_parse_arguments(...) as native command. In our project we saw that cmake_parse_arguments is actually called a lot of times due to macro