Skip to content

Commit f869ec5

Browse files
committed
Add messages
1 parent d6e9279 commit f869ec5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cmake/FindBoostTestHeaders.cmake

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ set(
5353
test throw_exception type_traits utility
5454
)
5555

56+
message(STATUS "Fetching BoostTestHeaders")
57+
5658
foreach(lib IN LISTS BOOST_TEST_DEPS)
59+
message(VERBOSE " - Processing boost::${lib}")
60+
5761
FetchContent_Declare(
5862
Boost${lib}
5963
URL https://github.com/boostorg/${lib}/archive/refs/tags/boost-${BOOST_VERSION}.tar.gz
@@ -83,4 +87,6 @@ set(
8387
BoostTestHeaders_FOUND TRUE
8488
)
8589

90+
message(STATUS "BoostTestHeaders found")
91+
8692
cmake_policy(POP)

0 commit comments

Comments
 (0)