You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmake/Tests/RunCMake/FeatureSummary/FeatureSummaryIncludeQuietP...

12 lines
226 B

include(FeatureSummary)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
find_package(Foo QUIET)
find_package(Bar QUIET)
find_package(Baz)
feature_summary(WHAT ALL)
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES)