Files
xahaud/cmake
Ed Hennis 0617dc221d fix: Use consistent CMake settings for all modules (#5228)
* Resolves an issue introduced in #5111, which inadvertently removed the
  -Wno-maybe-uninitialized compiler option from some xrpl.libxrpl
  modules. This resulted in new "may be used uninitialized" build
  warnings, first noticed in the "protocol" module. When compiling with
  derr=TRUE, those warnings became errors, which made the build fail.
* Github CI actions will build with the assert and werr options turned
  on. This will cause CI jobs to fail if a developer introduces a new
  compiler warning, or causes an assert to fail in release builds.
* Includes the OS and compiler version in the linux dependencies jobs in
  the "check environment" step.
* Translates the `unity` build option into `CMAKE_UNITY_BUILD` setting.
2025-06-20 00:56:18 +09:00
..
2025-06-17 18:22:13 +09:00
2025-06-17 21:45:05 +09:00
2025-06-17 18:22:13 +09:00
2025-06-17 18:22:13 +09:00
2025-06-17 18:22:13 +09:00
2025-06-17 18:22:13 +09:00
2025-06-17 18:22:13 +09:00
2025-06-17 23:58:07 +09:00
2025-06-17 18:22:13 +09:00
2025-06-17 18:22:13 +09:00
2025-06-17 18:22:13 +09:00
2025-06-17 18:22:13 +09:00
2025-06-17 18:22:13 +09:00
2025-06-17 21:45:05 +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.