aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-06-15 00:57:09 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-07-22 23:22:06 +0100
commit2c1b7e06bf4d17953845d053e255e329ebfb3aec (patch)
treed53cfde90ca5cb846749af6fd8d5cd4584cb49ba /src
parentMerge pull request #5763 (diff)
downloadmonero-dev/beber/trezor.tar.xz
Do not install trezor dep libsdev/beber/trezor
The content of TREZOR_DEP_LIBS (libusb-1.0.so, libprotobuf.so) is already coming from the local system. trezor_link_flags.txt has very limited value to be installed in /usr/lib
Diffstat (limited to 'src')
-rw-r--r--src/wallet/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt
index d0fc21f51..6d8f5e4cb 100644
--- a/src/wallet/CMakeLists.txt
+++ b/src/wallet/CMakeLists.txt
@@ -142,11 +142,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)