diff --git a/CMake/deps/rippled.cmake b/CMake/deps/rippled.cmake index f2ca24f1..5541c9b9 100644 --- a/CMake/deps/rippled.cmake +++ b/CMake/deps/rippled.cmake @@ -1,5 +1,5 @@ -set(RIPPLED_REPO "https://github.com/cjcobb23/rippled.git") -set(RIPPLED_BRANCH "clio") +set(RIPPLED_REPO "https://github.com/ripple/rippled.git") +set(RIPPLED_BRANCH "develop") set(NIH_CACHE_ROOT "${CMAKE_CURRENT_BINARY_DIR}" CACHE INTERNAL "") message(STATUS "Cloning ${RIPPLED_REPO} branch ${RIPPLED_BRANCH}") FetchContent_Declare(rippled