mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-11-23 16:02:28 +00:00
Print HAVE_LIBREADLINE status
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user