From 906f4cc40aa5d692a2e031bd687c5658b090c40d Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Thu, 2 Nov 2023 18:18:39 +0100 Subject: [PATCH] Show feature summary at the end --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 06ec0b4..2b6825b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,3 +103,6 @@ if(BUILD_TESTING) endif() install(DIRECTORY cfg/ DESTINATION "${OVNI_CONFIG_RELDIR}") + +include(FeatureSummary) +feature_summary(WHAT ALL)