diff options
author | Jethro Grassie <jtg@xtrabass.com> | 2018-01-11 00:50:41 -0500 |
---|---|---|
committer | Jethro Grassie <jtg@xtrabass.com> | 2018-01-11 13:51:13 -0500 |
commit | be1826c0fbd9ce665d93c3300d4106ea9bcbeafb (patch) | |
tree | 712dc769e95c24683260bbe385ef0f8969d9385a /contrib/epee/src | |
parent | Merge pull request #3091 (diff) | |
download | monero-be1826c0fbd9ce665d93c3300d4106ea9bcbeafb.tar.xz |
Keep readline optional
Diffstat (limited to 'contrib/epee/src')
-rw-r--r-- | contrib/epee/src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/src/CMakeLists.txt b/contrib/epee/src/CMakeLists.txt index 9d104ceeb..538c7ce91 100644 --- a/contrib/epee/src/CMakeLists.txt +++ b/contrib/epee/src/CMakeLists.txt @@ -64,5 +64,5 @@ if (USE_READLINE AND GNU_READLINE_FOUND) PUBLIC easylogging PRIVATE - ${Readline_LIBRARY}) + ${GNU_READLINE_LIBRARY}) endif() |