[cmake-developers] CMakeParseArguments: Do not skip empty arguments

Brad King brad.king at kitware.com
Wed Nov 6 13:57:39 EST 2013


On 11/06/2013 01:32 PM, Alexander Neundorf wrote:
> Adding proper named argument handling to cmake_parse_arguments() itself is 
> somewhat complicated since it can't make use of cmake_parse_arguments() ;-)

Since the need for this is so common, perhaps we should provide a
C++-implemented command to do it, e.g. cmake_command_options().
We would need to carefully design the interface here first of course.

-Brad



More information about the cmake-developers mailing list