From 76c2cb0771122870998ec0e72b825f007c7952bc Mon Sep 17 00:00:00 2001 From: wowario Date: Wed, 2 Jan 2019 21:20:32 +0300 Subject: [PATCH] disable Trezor support --- cmake/CheckTrezor.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/CheckTrezor.cmake b/cmake/CheckTrezor.cmake index bcd3cfc2c..53be6e2ab 100644 --- a/cmake/CheckTrezor.cmake +++ b/cmake/CheckTrezor.cmake @@ -1,5 +1,5 @@ -OPTION(USE_DEVICE_TREZOR "Trezor support compilation" ON) -OPTION(USE_DEVICE_TREZOR_LIBUSB "Trezor LibUSB compilation" ON) +OPTION(USE_DEVICE_TREZOR "Trezor support compilation" OFF) +OPTION(USE_DEVICE_TREZOR_LIBUSB "Trezor LibUSB compilation" OFF) OPTION(USE_DEVICE_TREZOR_UDP_RELEASE "Trezor UdpTransport in release mode" OFF) # Use Trezor master switch