Print HAVE_LIBREADLINE status

This commit is contained in:
mcuee 2022-11-19 17:22:04 +08:00 committed by GitHub
parent ff478dcb83
commit c9357132fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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()