diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-01-18 18:13:51 -0500 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-01-18 18:13:51 -0500 |
commit | dd4f89cf3cf589e33aab1557d24007550b2e9650 (patch) | |
tree | 712dc769e95c24683260bbe385ef0f8969d9385a /contrib | |
parent | Merge pull request #3091 (diff) | |
parent | Keep readline optional (diff) | |
download | monero-dd4f89cf3cf589e33aab1557d24007550b2e9650.tar.xz |
Merge pull request #3099
be1826c0 Keep readline optional (Jethro Grassie)
Diffstat (limited to 'contrib')
-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() |