summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/cmake_parse_arguments/KeyWordsMissingValues.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake_parse_arguments: add KEYWORDS_MISSING_VALUESTorsten Robitzki2019-02-071-0/+133
Add KEYWORDS_MISSING_VALUES output variable to cmake_parse_arguments() to allow to detect keywords that received no values. Fixes: #18706