cmake: Add summary information to get an idea of what dependencies might be missing

This commit is contained in:
Ralf Habacker
2019-07-15 18:54:30 +02:00
parent dc9f6f2751
commit 387e66911b

View File

@@ -1359,4 +1359,5 @@ ADD_CUSTOM_TARGET(uninstall
"${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake")
#
include(FeatureSummary)
feature_summary(WHAT ALL)