aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2019-06-15 00:57:09 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-09-13 22:36:59 +0100
commitbfdf47d264e23f31c72529058d4d724033ac1b4f (patch)
tree481ef1e791e2c3d2f084da53a27b685035fdf2cd
parentUse gentoo versioning (diff)
downloadmonero-bfdf47d264e23f31c72529058d4d724033ac1b4f.tar.xz
Do not install trezor dep libs
-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 bf238ae37..0cfb534ed 100644
--- a/src/wallet/CMakeLists.txt
+++ b/src/wallet/CMakeLists.txt
@@ -149,11 +149,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)