mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
aeda8fcceb
Macro 'check_required_components' should be called even if there are no
components provided by package. This will make sure error is reported
in next cases:
find_package(Foo CONFIG REQUIRED oops) # 'oops' treated as component
find_package(Foo CONFIG REQUIRED COMPONENTS foo) # no components expected
13 KiB
13 KiB