Files
xahaud/Builds/CMake
Nicholas Dudfield 38b60614dc build: suppress openssl deprecation warnings
Add OPENSSL_SUPPRESS_DEPRECATED compile definition to silence ~30
deprecation warnings for legacy OpenSSL APIs (SHA512_Init/Update/Final,
SHA256_*, RIPEMD160_*, RSA_* functions).

This matches upstream rippled's approach. Full migration to OpenSSL 3.x
EVP APIs will be done when upstream migrates.

Closes #602
2025-10-24 10:10:41 +07:00
..
2019-08-16 10:33:08 -07: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.