blob: c7fe96b08059b869c5617b68b966c131cdb0efdd (
plain)
1
2
3
4
5
6
|
cmake_parse_arguments-keywords_missing_values
---------------------------------------------
* The :command:`cmake_parse_arguments` command gained an additional
``<prefix>_KEYWORDS_MISSING_VALUES`` output variable to report
keyword arguments that were given by the caller with no values.
|