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

Brad King brad.king at kitware.com
Thu Dec 17 11:12:22 EST 2015


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
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=cbbdfc2b

 CMakeParseArguments: replace by native cmake_parse_arguments command
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=e8b14831

 cmake_parse_arguments: consider duplicate keyword as warning
 https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ab8a2808

and merged to 'next' for testing.

-Brad



More information about the cmake-developers mailing list