Skip to content

Commit f30ef6e

Browse files
committed
pin rippled 1.9.0
1 parent 7308333 commit f30ef6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/deps/rippled.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set(RIPPLED_REPO "https://github.com/ripple/rippled.git")
2-
set(RIPPLED_BRANCH "develop")
2+
set(RIPPLED_BRANCH "1.9.0")
33
set(NIH_CACHE_ROOT "${CMAKE_CURRENT_BINARY_DIR}" CACHE INTERNAL "")
44
message(STATUS "Cloning ${RIPPLED_REPO} branch ${RIPPLED_BRANCH}")
55
FetchContent_Declare(rippled

0 commit comments

Comments
 (0)