mirror of https://github.com/ARMmbed/mbed-os.git
Add extra lines as requested
parent
049f1a7bf6
commit
e61a45a0c3
|
@ -67,4 +67,5 @@ function(verify_python_package PACKAGENAME)
|
|||
if(NOT ${HAVE_VAR_NAME})
|
||||
message(FATAL_ERROR "The required Python package ${PACKAGENAME} was not found in ${Python3_EXECUTABLE}. Please install it.")
|
||||
endif()
|
||||
|
||||
endfunction(verify_python_package)
|
||||
|
|
|
@ -59,6 +59,7 @@ if(Python3_FOUND AND HAVE_PYTHON_INTELHEX AND HAVE_PYTHON_PRETTYTABLE)
|
|||
set(HAVE_MEMAP_DEPS TRUE)
|
||||
else()
|
||||
set(HAVE_MEMAP_DEPS FALSE)
|
||||
|
||||
message(STATUS "Missing Python dependencies (python3, intelhex, prettytable) so the memory map cannot be printed")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue