diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-06-15 00:57:09 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-03-19 18:01:43 +0000 |
commit | fd666a409ceb0b8bf88e2e08255a4486a07bfb0f (patch) | |
tree | 38cf4ef7e7f998b592e10c00507042985525dbb1 /src/wallet | |
parent | Use gentoo dev-libs/randomx (diff) | |
download | monero-fd666a409ceb0b8bf88e2e08255a4486a07bfb0f.tar.xz |
Do not install trezor dep libs
Diffstat (limited to 'src/wallet')
-rw-r--r-- | src/wallet/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index 3be1a6f6b..8b0008fad 100644 --- a/src/wallet/CMakeLists.txt +++ b/src/wallet/CMakeLists.txt @@ -148,11 +148,7 @@ if (BUILD_GUI_DEPS) install(TARGETS wallet_merged ARCHIVE DESTINATION ${lib_folder}) - install(FILES ${TREZOR_DEP_LIBS} - DESTINATION ${lib_folder}) file(WRITE "trezor_link_flags.txt" ${TREZOR_DEP_LINKER}) - install(FILES "trezor_link_flags.txt" - DESTINATION ${lib_folder}) endif() add_subdirectory(api) |