IF_CHECK_PASSED
is a multi-value keyword, resulting in a list value. Convert it to a string before applying any string()
command.
Split from #30861.
No current CMake code is affected by this bug.
IF_CHECK_PASSED
option handling
#31231
`IF_CHECK_PASSED` is a multi-value keyword, resulting in a list value.
Convert it to a string before applying any `string()` command.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/31231.
See the guideline for information on the review process. A summary of reviews will appear here.
Labels
Bug
Build system