From 366577b3f0f240414d783f69eb910ca923643e47 Mon Sep 17 00:00:00 2001 From: Nathan Nichols Date: Thu, 21 Oct 2021 10:13:19 -0500 Subject: [PATCH] fetch content from ripple/rippled develop --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d33995b..6eb82a24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)