mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-14 09:52:19 +00:00
Print HAVE_LIBREADLINE status
This commit is contained in:
@@ -361,6 +361,12 @@ else()
|
|||||||
message(STATUS "DON'T HAVE libftdi1")
|
message(STATUS "DON'T HAVE libftdi1")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(HAVE_LIBREADLINE)
|
||||||
|
message(STATUS "DO HAVE libreadline")
|
||||||
|
else()
|
||||||
|
message(STATUS "DON'T HAVE libreadline")
|
||||||
|
endif()
|
||||||
|
|
||||||
if(BUILD_DOC)
|
if(BUILD_DOC)
|
||||||
message(STATUS "ENABLED doc")
|
message(STATUS "ENABLED doc")
|
||||||
else()
|
else()
|
||||||
|
|||||||
Reference in New Issue
Block a user