aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-06-15 00:57:09 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2019-06-15 00:58:24 +0100
commit4ff9bce8aaf672bec086e5a475930d4d39df98de (patch)
treec7a95939dd703e7d0b626c591354396ec0659f65
parentUse gentoo versioning (diff)
downloadmonero-4ff9bce8aaf672bec086e5a475930d4d39df98de.tar.xz
Do not install trezor dep libsv0.14.1.0
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
-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)