TZIVI-254: IVI needs a newer version of cmake
[profile/ivi/cmake.git] / Tests / FindPackageTest / FindLotsOfComponents.cmake
1 set(LOC_FOO TRUE)
2
3 set(LotsOfComponents_AComp_FOUND TRUE)
4 set(LotsOfComponents_BComp_FOUND FALSE)
5 set(LotsOfComponents_CComp_FOUND TRUE)
6
7 include(FindPackageHandleStandardArgs)
8
9 find_package_handle_standard_args(LotsOfComponents REQUIRED_VARS LOC_FOO
10                                                    HANDLE_COMPONENTS)