CMake: Show a message when configuring examples

This somewhat indicates the progress of configuring a specific
repo and the slower period of time when configuring examples
in-tree.

Change-Id: I643536c4ebc865933730b7af2a1d0c56bbbf2912
Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io>
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
(cherry picked from commit 4a4c3296870ef5fbeefddd1022a0eefa8bb6f5e8)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Alexandru Croitor 2023-02-06 17:02:13 +01:00 committed by Qt Cherry-pick Bot
parent 742f497bae
commit 7cda805338

View File

@ -604,6 +604,7 @@ macro(qt_build_repo_impl_examples)
if(QT_BUILD_EXAMPLES
AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/examples/CMakeLists.txt"
AND NOT QT_BUILD_STANDALONE_TESTS)
message(STATUS "Configuring examples.")
add_subdirectory(examples)
endif()
endmacro()