Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
drexlerd committed Jan 13, 2024
1 parent c08c933 commit bd0a1a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ include("${CMAKE_CURRENT_LIST_DIR}/cmake/configure_boost.cmake")

# 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()
find_dependency(Boost ${BOOST_MIN_VERSION} REQUIRED)
find_dependency(Boost ${BOOST_MIN_VERSION} REQUIRED PATHS "${PACKAGE_PREFIX_DIR}/boost")

if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})
Expand Down

0 comments on commit bd0a1a4

Please sign in to comment.