aboutsummaryrefslogtreecommitdiff
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:26:27 +0100
commit8247c0f8151d678ca51a7b940667665809cb60aa (patch)
treec661551ffea1a26670cfae6643ef08fc3f8e17ec
parentUse gentoo versioning (diff)
downloadmonero-8247c0f8151d678ca51a7b940667665809cb60aa.tar.xz
Do not install trezor dep libsv0.14.1.2
-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)