Files
xahaud/Builds/CMake
Nik Bougalis 62a3f33d72 Remove the built-in "sustain" watchdog:
The built-in watchdog is simplistic and can, sometimes, cause problems
especially on systems that have the ability to automatically start and
monitor processes.

This commit removes the sustain system entirely, changes the handling
of the SIGTERM signal to properly terminate the process and improves
the error message reported to the user when the command line used to
start `rippled` is incorrect and malformed.
2020-05-05 16:05:23 -07:00
..
2020-04-23 18:09:45 -07:00
2019-08-16 10:33:08 -07:00
2020-02-12 10:19:23 -08:00
2019-05-20 15:58:54 -07:00
2020-04-06 17:22:23 -07:00
2019-09-09 18:45:53 -07:00
2020-04-14 19:42:42 -07:00
2019-09-09 18:45:53 -07:00
2020-02-12 10:19:23 -08: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.