aboutsummaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2024-02-24 16:25:42 +0100
committertobtoht <tob@featherwallet.org>2024-02-24 16:26:43 +0100
commitcdab0d489c8b12558655467d5544b60c1713737b (patch)
treea1c500269f7fa0ed811ae446274053741d15e488 /src/device
parentdepends: move sodium to packages (diff)
downloadmonero-cdab0d489c8b12558655467d5544b60c1713737b.tar.xz
cmake: require libsodium
Diffstat (limited to '')
-rw-r--r--src/device_trezor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device_trezor/CMakeLists.txt b/src/device_trezor/CMakeLists.txt
index 2d5614507..b3107b2d1 100644
--- a/src/device_trezor/CMakeLists.txt
+++ b/src/device_trezor/CMakeLists.txt
@@ -92,7 +92,7 @@ if(DEVICE_TREZOR_READY)
ringct_basic
cryptonote_core
common
- ${SODIUM_LIBRARY}
+ ${sodium_LIBRARIES}
${Boost_CHRONO_LIBRARY}
${Protobuf_LIBRARY}
${TREZOR_LIBUSB_LIBRARIES}