mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 23:55:52 +00:00
fetch content from ripple/rippled develop
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user