mirror of
https://github.com/Kitware/CMake.git
synced 2025-06-26 14:36:42 +08:00

Add KEYWORDS_MISSING_VALUES output variable to cmake_parse_arguments() to allow to detect keywords that received no values. Fixes: #18706
7 lines
292 B
ReStructuredText
7 lines
292 B
ReStructuredText
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.
|