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

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