Skip to content

Commit

Permalink
cmake/third_party.cmake: adding status messages for boost components
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Jan 21, 2025
1 parent c80f594 commit f6bafeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/third_party.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ find_package(
COMPONENTS
${BOOST_COMPONENTS}
)
message(STATUS "Boost version: ${Boost_VERSION_STRING}")
message(STATUS "Boost include dirs: ${Boost_INCLUDE_DIRS}")
message(STATUS "Boost library dirs: ${Boost_LIBRARY_DIRS}")

# Optional libraries
message(STATUS "Locating OPTIONAL third-party packages")

# Curses
Expand Down

0 comments on commit f6bafeb

Please sign in to comment.