diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-06-15 00:57:09 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2019-07-22 23:22:06 +0100 |
commit | 2c1b7e06bf4d17953845d053e255e329ebfb3aec (patch) | |
tree | d53cfde90ca5cb846749af6fd8d5cd4584cb49ba /src | |
parent | Merge pull request #5763 (diff) | |
download | monero-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.txt | 4 |
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) |