Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ if(LIBWALLY_TARGET_VERSION)
set(LIBWALLY_TARGET_TAG ${LIBWALLY_TARGET_VERSION})
message(STATUS "[external project local] libwally-core target=${LIBWALLY_TARGET_VERSION}")
else()
set(LIBWALLY_TARGET_TAG refs/tags/v1.0.0)
set(LIBWALLY_TARGET_TAG refs/tags/cfd-0.3.8)
endif()
if(LIBWALLY_TARGET_URL)
set(LIBWALLY_TARGET_REP ${LIBWALLY_TARGET_URL})
message(STATUS "[external project local] libwally-core url=${LIBWALLY_TARGET_URL}")
else()
set(LIBWALLY_TARGET_REP cryptogarageinc/libwally-core.git)
set(LIBWALLY_TARGET_REP atomicfinance/libwally-core.git)
endif()

if(${USE_GIT_SSH})
Expand Down
6 changes: 3 additions & 3 deletions local_resource/external_project_local_setting.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CFDCORE_VERSION=0.4.8
LIBWALLY_TARGET_VERSION=refs/tags/v1.0.0
LIBWALLY_TARGET_URL=cryptogarageinc/libwally-core.git
CFDCORE_VERSION=0.3.19
LIBWALLY_TARGET_VERSION=refs/tags/cfd-0.3.8
LIBWALLY_TARGET_URL=atomicfinance/libwally-core.git
Loading