diff --git a/CMakeLists.txt b/CMakeLists.txt index 400da29f..1269650d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -361,6 +361,12 @@ else() message(STATUS "DON'T HAVE libftdi1") endif() +if(HAVE_LIBREADLINE) + message(STATUS "DO HAVE libreadline") +else() + message(STATUS "DON'T HAVE libreadline") +endif() + if(BUILD_DOC) message(STATUS "ENABLED doc") else()