fetch content from ripple/rippled develop

This commit is contained in:
Nathan Nichols
2021-10-21 10:13:19 -05:00
committed by CJ Cobb
parent 694fb6b1fd
commit 366577b3f0

View File

@@ -44,8 +44,8 @@ include(ExternalProject)
message("Current binary dir: ${CMAKE_CURRENT_BINARY_DIR}")
message("Module path: ${CMAKE_MODULE_PATH}")
FetchContent_Declare(rippled
GIT_REPOSITORY https://github.com/cjcobb23/rippled.git
GIT_TAG clio
GIT_REPOSITORY https://github.com/ripple/rippled.git
GIT_TAG develop
)
FetchContent_MakeAvailable(rippled)
target_link_libraries(clio PUBLIC xrpl_core grpc_pbufs)