Keep readline optional

This commit is contained in:
Jethro Grassie
2018-01-11 00:50:41 -05:00
parent 35d5aa36c9
commit be1826c0fb
5 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -64,5 +64,5 @@ if (USE_READLINE AND GNU_READLINE_FOUND)
PUBLIC
easylogging
PRIVATE
${Readline_LIBRARY})
${GNU_READLINE_LIBRARY})
endif()