From 87f8c6247c180c321341682cb9275eb3a037c261 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 10 Feb 2022 16:44:06 +0100 Subject: [PATCH] cmake: remove unused FETCH_DEPS option --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b95e66..c04b754 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)