cmake: remove unused FETCH_DEPS option

This commit is contained in:
tobtoht 2022-02-10 16:44:06 +01:00
parent e49fe1eb99
commit 87f8c6247c
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -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)