aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-05-24 19:58:21 +0200
committertobtoht <tob@featherwallet.org>2026-05-24 23:19:21 +0200
commit22a69e588e60bdd0a8c84f8e834446eaf185fbe7 (patch)
tree5ec3970c65beebb9129b7dff11dcafe3754fb19a /CMakeLists.txt
parent54f009ae9adf7e1f740e96673e39717813fae35f (diff)
downloadmonzero-core-22a69e588e60bdd0a8c84f8e834446eaf185fbe7.tar.gz
monzero-core-22a69e588e60bdd0a8c84f8e834446eaf185fbe7.tar.xz
monzero-core-22a69e588e60bdd0a8c84f8e834446eaf185fbe7.zip
depends: libusb: update to 1.0.30
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 001fd0220..149354c4d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1153,7 +1153,7 @@ list(APPEND EXTRA_LIBRARIES ${CMAKE_DL_LIBS})
if (HIDAPI_FOUND OR LibUSB_COMPILE_TEST_PASSED)
if (APPLE)
if(DEPENDS)
- list(APPEND EXTRA_LIBRARIES "-framework Foundation -framework AppKit -framework IOKit")
+ list(APPEND EXTRA_LIBRARIES "-framework Foundation -framework AppKit -framework IOKit -framework Security")
else()
find_library(COREFOUNDATION CoreFoundation)
find_library(APPKIT AppKit)