From: tobtoht Date: Thu, 10 Feb 2022 15:44:06 +0000 (+0100) Subject: cmake: remove unused FETCH_DEPS option X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=87f8c6247c180c321341682cb9275eb3a037c261;p=gamesguru%2Ffeather.git cmake: remove unused FETCH_DEPS option --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b95e668..c04b7542 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)