Skip to content

Commit

Permalink
some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 12, 2024
1 parent 4e4ca27 commit 765da75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ include("${CMAKE_CURRENT_LIST_DIR}/cmake/configure_boost.cmake")
# Dependency Handling
##############################################################

# Our integration superbuild installs its dependencies
# in respective subdirectories, e.g., boost, googletest, benchmark
list(APPEND CMAKE_PREFIX_PATH "${PACKAGE_PREFIX_DIR}/boost")

# Boost
# Find Boost headers only according to https://cmake.org/cmake/help/latest/module/FindBoost.html
configure_boost()
list(APPEND CMAKE_PREFIX_PATH "${PACKAGE_PREFIX_DIR}/boost")
find_dependency(Boost ${BOOST_MIN_VERSION} REQUIRED)

if(Boost_FOUND)
Expand Down

0 comments on commit 765da75

Please sign in to comment.