aboutsummaryrefslogtreecommitdiff
path: root/src/device/CMakeLists.txt
diff options
context:
space:
mode:
authorstoffu <stoffu@protonmail.ch>2018-03-06 11:58:57 +0900
committerstoffu <stoffu@protonmail.ch>2018-03-07 07:42:28 +0900
commit49c70962eeb113a2399ba4fe8a6778565c9dac78 (patch)
treea296559419adb42d61a1ac41db1a765514c0804d /src/device/CMakeLists.txt
parentMerge pull request #3253 (diff)
downloadmonero-49c70962eeb113a2399ba4fe8a6778565c9dac78.tar.xz
device: remove dependency on readline
Diffstat (limited to 'src/device/CMakeLists.txt')
-rw-r--r--src/device/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/CMakeLists.txt b/src/device/CMakeLists.txt
index 26389220f..7eccc1cc2 100644
--- a/src/device/CMakeLists.txt
+++ b/src/device/CMakeLists.txt
@@ -70,8 +70,6 @@ target_link_libraries(device
cncrypto
ringct
${OPENSSL_CRYPTO_LIBRARIES}
- ${GNU_READLINE_LIBRARY}
- ${EPEE_READLINE}
PRIVATE
${Blocks}
${EXTRA_LIBRARIES})