Files
xahaud/cmake
Nicholas Dudfield db91bdda03 fix: boost 1.91 dropped the boost::system component
boost 1.91's conan recipe makes Boost.System header-only and no longer
exports a boost::system component. Two references broke conan graph
generation: nudb 2.0.8's recipe (bump to 2.0.9, whose recipe requires
boost::thread + boost::headers, matching XRPLF at boost 1.91) and our
cmake/deps/Boost.cmake link list (drop Boost::system, as XRPLF did in
their 1.90 bump). nudb is pulled from conancenter (not the unused vendored
external/nudb), so the version string is the whole fix.
2026-09-16 10:09:09 +07:00
..
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:25:13 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00
2026-02-20 07:11:11 +09:00

These are modules and sources that support our CMake build.

== FindBoost.cmake ==

In order to facilitate updating to latest releases of boost, we've made a local copy of the FindBoost cmake module in our repo. The latest official version can generally be obtained here.

The latest version provided by Kitware can be tailored for use with the version of CMake that it ships with (typically the next upcoming CMake release). As such, the latest version from the repository might not work perfectly with older versions of CMake - for instance, the latest version might use features or properties only available in the version of CMake that it ships with. Given this, it's best to test any updates to this module with a few different versions of cmake.