We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7308333 commit f30ef6eCopy full SHA for f30ef6e
CMake/deps/rippled.cmake
@@ -1,5 +1,5 @@
1
set(RIPPLED_REPO "https://github.com/ripple/rippled.git")
2
-set(RIPPLED_BRANCH "develop")
+set(RIPPLED_BRANCH "1.9.0")
3
set(NIH_CACHE_ROOT "${CMAKE_CURRENT_BINARY_DIR}" CACHE INTERNAL "")
4
message(STATUS "Cloning ${RIPPLED_REPO} branch ${RIPPLED_BRANCH}")
5
FetchContent_Declare(rippled
0 commit comments