[cmake-developers] [PATCH] Discussion needed: FindBISON: refine VERBOSE feature of BISON_TARGET

Brad King brad.king at kitware.com
Fri Jul 15 10:38:45 EDT 2016


On 07/15/2016 10:35 AM, Eon Jeong wrote:
> [VERBOSE [<file>]] was my hope, but it's not easy. Since FindBISON now
> uses CMakeParseArguments, a keyword can't be used both as an option
> and as a one-value keyword.

Just make it a multi-value keyword and then reject multiple values
manually after cmake_parse_arguments returns.

-Brad



More information about the cmake-developers mailing list