summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuildInformation.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/QtBuildInformation.cmake')
-rw-r--r--cmake/QtBuildInformation.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/QtBuildInformation.cmake b/cmake/QtBuildInformation.cmake
index 77c6d8184b3..5c44a7e5f48 100644
--- a/cmake/QtBuildInformation.cmake
+++ b/cmake/QtBuildInformation.cmake
@@ -47,6 +47,11 @@ function(qt_print_feature_summary)
endforeach()
endif()
+ # Print an SBOM section for a top-level build, or a single repo.
+ if(NOT QT_NO_SBOM_SUMMARY_INFO)
+ qt_internal_add_sbom_summary_info()
+ endif()
+
# Show which packages were found.
feature_summary(INCLUDE_QUIET_PACKAGES
WHAT PACKAGES_FOUND