mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-29 06:55:49 +00:00
Add successor information to clio ETL messages
* Allow clio to ask for object successors and predecessors from rippled * Add lower_bound and last_below to SHAMap
This commit is contained in:
@@ -5,7 +5,9 @@ if (POLICY CMP0074)
|
||||
endif ()
|
||||
|
||||
project (rippled)
|
||||
set (CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
# make GIT_COMMIT_HASH define available to all sources
|
||||
find_package(Git)
|
||||
|
||||
Reference in New Issue
Block a user