From 7aa97b948f854cf4797db8707969173efb786249 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 15 Sep 2016 11:34:34 -0400 Subject: FeatureSummary: Add include() to examples Since this module's documentation already includes complete usage examples, make them more complete by showing the include() explicitly. Issue: #16309 --- Modules/FeatureSummary.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/FeatureSummary.cmake b/Modules/FeatureSummary.cmake index 9a60587..548d12a 100644 --- a/Modules/FeatureSummary.cmake +++ b/Modules/FeatureSummary.cmake @@ -196,6 +196,7 @@ endfunction() .. code-block:: cmake + include(FeatureSummary) feature_summary(WHAT ALL FILENAME ${CMAKE_BINARY_DIR}/all.log APPEND) @@ -204,6 +205,7 @@ endfunction() .. code-block:: cmake + include(FeatureSummary) feature_summary(WHAT ENABLED_FEATURES INCLUDE_QUIET_PACKAGES DESCRIPTION "Enabled Features:" -- cgit v0.12