mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 17:39:49 +00:00
Fix monero-seed repo url
This commit is contained in:
parent
a27662f2b4
commit
51f9d49120
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ find_package(monero-seed CONFIG)
|
||||||
if(NOT monero-seed_FOUND)
|
if(NOT monero-seed_FOUND)
|
||||||
if(FETCH_DEPS)
|
if(FETCH_DEPS)
|
||||||
FetchContent_Declare(monero-seed
|
FetchContent_Declare(monero-seed
|
||||||
GIT_REPOSITORY https://github.com/feather-wallet/feather.git)
|
GIT_REPOSITORY https://github.com/feather-wallet/monero-seed.git)
|
||||||
FetchContent_GetProperties(monero-seed)
|
FetchContent_GetProperties(monero-seed)
|
||||||
if(NOT monero-seed_POPULATED)
|
if(NOT monero-seed_POPULATED)
|
||||||
message(STATUS "Fetching monero-seed")
|
message(STATUS "Fetching monero-seed")
|
||||||
|
|
Loading…
Reference in a new issue