Keep readline optional

This commit is contained in:
Jethro Grassie 2018-01-11 00:50:41 -05:00
parent 35d5aa36c9
commit be1826c0fb
No known key found for this signature in database
GPG key ID: DE8ED755616565BB
5 changed files with 14 additions and 6 deletions

View file

@ -64,5 +64,5 @@ if (USE_READLINE AND GNU_READLINE_FOUND)
PUBLIC
easylogging
PRIVATE
${Readline_LIBRARY})
${GNU_READLINE_LIBRARY})
endif()