Show feature summary at the end

This commit is contained in:
Rodrigo Arias 2023-11-02 18:18:39 +01:00
parent 8de5f329d9
commit 906f4cc40a

View File

@ -103,3 +103,6 @@ if(BUILD_TESTING)
endif() endif()
install(DIRECTORY cfg/ DESTINATION "${OVNI_CONFIG_RELDIR}") install(DIRECTORY cfg/ DESTINATION "${OVNI_CONFIG_RELDIR}")
include(FeatureSummary)
feature_summary(WHAT ALL)