Skip to content
Snippets Groups Projects

FindVulkan: Restore tolerance of unknown FATAL_ERROR component

Merged Brad King requested to merge brad.king/cmake:FindVulkan-tolerate-FATAL_ERROR into master

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading