FindVulkan: Restore tolerance of unknown FATAL_ERROR component
find_package(Vulkan REQUIRED FATAL_ERROR)
calls exist in the wild, but
find_package
does not have a FATAL_ERROR
option. We silently
tolerated such calls prior to !7225 (merged), by
treating the argument as a component and ignoring it. Restore tolerance
by removing the component and warning about it.
Fixes: #23849 (closed)
Backport: release
Merge request reports
Activity
changed milestone to %3.24.1
added triage:regression workflow:in-review labels
assigned to @brad.king
mentioned in issue #23849 (closed)
added workflow:nightly-testing label and removed workflow:in-review label
mentioned in commit 8ad94b19
mentioned in commit bc7dca34
removed workflow:nightly-testing label
Please register or sign in to reply