option(SELF_CONTAINED "Disable when building Feather for packages" OFF)
option(LOCALMONERO "Include LocalMonero module" ON)
option(XMRIG "Include XMRig module" ON)
-option(TOR_BIN "Path to Tor binary to embed inside Feather" OFF)
+option(TOR_DIR "Path to Tor binary to embed inside Feather" OFF)
option(CHECK_UPDATES "Enable checking for application updates" OFF)
option(PLATFORM_INSTALLER "Built-in updater fetches installer (windows-only)" OFF)
option(USE_DEVICE_TREZOR "Trezor support compilation" ON)
message(STATUS "Embedding Tor binaries at ${TOR_DIR}")
else()
- message(STATUS "Skipping Tor inclusion because -DTOR_BIN=Off")
+ message(STATUS "Skipping Tor inclusion because -DTOR_DIR=Off")
endif()
if(MINGW)