mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-03 17:39:49 +00:00
cmake: remove unused FETCH_DEPS option
This commit is contained in:
parent
e49fe1eb99
commit
87f8c6247c
1 changed files with 0 additions and 2 deletions
|
@ -10,8 +10,6 @@ set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REVISION}")
|
|||
|
||||
option(STATIC "Link libraries statically, requires static Qt")
|
||||
|
||||
option(FETCH_DEPS "Download dependencies if they are not found" ON)
|
||||
|
||||
option(LOCALMONERO "Include LocalMonero module" ON)
|
||||
option(XMRIG "Include XMRig module" ON)
|
||||
option(TOR_BIN "Path to Tor binary to embed inside Feather" OFF)
|
||||
|
|
Loading…
Reference in a new issue