Skip to content

Commit

Permalink
Merge branch 'develop' into Error_messages
Browse files Browse the repository at this point in the history
  • Loading branch information
intelliot committed Sep 21, 2023
2 parents 2e42c43 + 77e0912 commit 2c43052
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Builds/CMake/deps/Boost.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
find_package(Boost 1.70 REQUIRED
find_package(Boost 1.82 REQUIRED
COMPONENTS
chrono
container
context
coroutine
date_time
filesystem
json
program_options
regex
system
Expand All @@ -29,6 +30,7 @@ target_link_libraries(ripple_boost
Boost::coroutine
Boost::date_time
Boost::filesystem
Boost::json
Boost::program_options
Boost::regex
Boost::system
Expand Down

0 comments on commit 2c43052

Please sign in to comment.