From 0d9c0db99679e9372a1cd8a97cfef76a18096ab6 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sun, 29 Oct 2017 14:51:51 +0000 Subject: Do not build against epee_readline if it was not built --- src/wallet/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wallet') diff --git a/src/wallet/CMakeLists.txt b/src/wallet/CMakeLists.txt index 56f4a0497..7e061f480 100644 --- a/src/wallet/CMakeLists.txt +++ b/src/wallet/CMakeLists.txt @@ -108,7 +108,7 @@ if (NOT BUILD_GUI_DEPS) PRIVATE wallet epee - epee_readline + ${EPEE_READLINE} rpc cryptonote_core cncrypto -- cgit v1.2.3