swh:1:snp:3cba5856b0ddc3feab6c3c2d096d614b02c883ec
Raw File
Tip revision: 567e4e681ce6fc4a384692626288bc0be688b8a2 authored by Brad King on 16 April 2014, 17:24:46 UTC
CMake 3.0.0-rc4
Tip revision: 567e4e6
FindLotsOfComponents.cmake
set(LOC_FOO TRUE)

set(LotsOfComponents_AComp_FOUND TRUE)
set(LotsOfComponents_BComp_FOUND FALSE)
set(LotsOfComponents_CComp_FOUND TRUE)

include(FindPackageHandleStandardArgs)

find_package_handle_standard_args(LotsOfComponents REQUIRED_VARS LOC_FOO
                                                   HANDLE_COMPONENTS)
back to top