swh:1:snp:3cba5856b0ddc3feab6c3c2d096d614b02c883ec
Raw File
Tip revision: e6897c72e7c59f7a0b82ed19c1bdb40d42f7adaa authored by Brad King on 15 February 2019, 12:46:43 UTC
CMake 3.14.0-rc2
Tip revision: e6897c7
FindLotsOfComponents.cmake
set(LOC_FOO TRUE)

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

include(${CMAKE_ROOT}/Modules/FindPackageHandleStandardArgs.cmake)

find_package_handle_standard_args(LotsOfComponents REQUIRED_VARS LOC_FOO
                                                   HANDLE_COMPONENTS)
back to top