build: use Boost 1.82 and link Boost.Json (#4632)

Add Boost::json to the list of linked Boost libraries.

This seems to be required for macOS.
This commit is contained in:
John Freeman
2026-02-19 16:45:05 +09:00
committed by tequ
parent 1b87026411
commit 810b464fe0

View File

@@ -6,6 +6,8 @@ find_package(Boost 1.86 REQUIRED
coroutine
date_time
filesystem
json
json
program_options
regex
system
@@ -29,6 +31,7 @@ target_link_libraries(ripple_boost
Boost::coroutine
Boost::date_time
Boost::filesystem
Boost::json
Boost::program_options
Boost::regex
Boost::system