Skip to content

Commit f6bafeb

Browse files
cmake/third_party.cmake: adding status messages for boost components
1 parent c80f594 commit f6bafeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmake/third_party.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,11 @@ find_package(
9191
COMPONENTS
9292
${BOOST_COMPONENTS}
9393
)
94+
message(STATUS "Boost version: ${Boost_VERSION_STRING}")
95+
message(STATUS "Boost include dirs: ${Boost_INCLUDE_DIRS}")
96+
message(STATUS "Boost library dirs: ${Boost_LIBRARY_DIRS}")
9497

98+
# Optional libraries
9599
message(STATUS "Locating OPTIONAL third-party packages")
96100

97101
# Curses

0 commit comments

Comments
 (0)