Skip to content

Commit

Permalink
added print
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Apr 12, 2024
1 parent bc6c248 commit 6c708b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/cmake/configure_boost.cmake")

# Boost
# Find Boost headers only according to https://cmake.org/cmake/help/latest/module/FindBoost.html
message(${PACKAGE_PREFIX_DIR})
configure_boost()
find_dependency(Boost ${BOOST_MIN_VERSION} REQUIRED PATHS ${PACKAGE_PREFIX_DIR} NO_DEFAULT_PATH)

Expand Down

0 comments on commit 6c708b0

Please sign in to comment.