Skip to content

Commit

Permalink
relax boost requirement to 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyinz committed Jan 9, 2025
1 parent f879851 commit f07f06e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ endif ()
message (STATUS "YAML_CPP_LIBRARIES = ${YAML_CPP_LIBRARIES}")
message (STATUS "YAML_CPP_INCLUDE_DIR = ${YAML_CPP_INCLUDE_DIR}")

find_package (Boost 1.86.0 COMPONENTS serialization)
find_package (Boost 1.74.0 COMPONENTS serialization)
if (NOT Boost_FOUND)
message (STATUS "Building Boost")
include (cmake/boost.cmake)
Expand Down

0 comments on commit f07f06e

Please sign in to comment.