Skip to content

Commit

Permalink
Fix boost-header-only.cmake to work with Boost v1.85.0
Browse files Browse the repository at this point in the history
Signed-off-by: Gigon Bae <[email protected]>
  • Loading branch information
gigony committed Aug 1, 2024
1 parent be3c15d commit 280ec18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake/deps/boost-header-only.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

if (NOT TARGET deps::boost-header-only)
set(Boost_VERSION 1.85.0)
set(boost_component_list "interprocess" "config" "intrusive" "move" "assert" "static_assert" "container" "core" "date_time" "smart_ptr" "throw_exception" "utility" "type_traits" "numeric/conversion" "mpl" "preprocessor" "container_hash" "integer" "detail")
set(boost_component_list "interprocess" "config" "intrusive" "move" "assert" "static_assert" "container" "core" "date_time" "smart_ptr" "throw_exception" "utility" "type_traits" "numeric/conversion" "mpl" "preprocessor" "container_hash" "integer" "detail" "describe" "mp11")

if (DEFINED ENV{CONDA_PREFIX})
# Use boost headers from conda environment
Expand Down

0 comments on commit 280ec18

Please sign in to comment.