]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
cmake: remove unused FETCH_DEPS option
authortobtoht <thotbot@protonmail.com>
Thu, 10 Feb 2022 15:44:06 +0000 (16:44 +0100)
committertobtoht <thotbot@protonmail.com>
Thu, 10 Feb 2022 15:44:06 +0000 (16:44 +0100)
CMakeLists.txt

index 7b95e66847fd58555f19224e9117f1390e270011..c04b75429b4e19c5c5e57cad2e6bb6464726ba46 100644 (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)