FindLotsOfComponents.cmake 321 B

12345678910
  1. set(LOC_FOO TRUE)
  2. set(LotsOfComponents_AComp_FOUND TRUE)
  3. set(LotsOfComponents_BComp_FOUND FALSE)
  4. set(LotsOfComponents_CComp_FOUND TRUE)
  5. include(FindPackageHandleStandardArgs)
  6. find_package_handle_standard_args(LotsOfComponents REQUIRED_VARS LOC_FOO
  7. HANDLE_COMPONENTS)