mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
refactor: Rename cmake files and definitions (#5975)
Per XLS-0095, we are taking steps to rename ripple(d) to xrpl(d). This change updates the CMake files and definitions therein, plus a handful of related modifications. Specifically, the compiler files are renamed from `RippleXXX.cmake` or `RippledXXX.cmake` to `XrplXXX.cmake`, and any references to `ripple` and `rippled` (with or without capital letters) are renamed to `xrpl` and `xrpld`, respectively. The name of the binary, currently `rippled`, remains unchanged and will be updated in a separate PR. This change is purely cosmetic and does not affect the functioning of the binary.
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
#undef TYPE_BOOL
|
||||
#endif
|
||||
|
||||
#include <xrpl/proto/ripple.pb.h>
|
||||
#include <xrpl/proto/xrpl.pb.h>
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user