]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
CMake: TOR_BIN -> TOR_DIR
authortobtoht <thotbot@protonmail.com>
Wed, 6 Jul 2022 15:59:37 +0000 (17:59 +0200)
committertobtoht <thotbot@protonmail.com>
Wed, 6 Jul 2022 15:59:37 +0000 (17:59 +0200)
CMakeLists.txt

index 732fbb308548e2cdd27758ca239c643a267b5062..27356e2fec6b7ce3be466e4a24d7953154758818 100644 (file)
@@ -16,7 +16,7 @@ option(STATIC "Link libraries statically, requires static Qt")
 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)
@@ -149,7 +149,7 @@ if(TOR_DIR)
 
     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)