Add extra lines as requested

pull/14205/head
Jamie Smith 2021-01-28 01:54:41 -08:00
parent 049f1a7bf6
commit e61a45a0c3
2 changed files with 2 additions and 0 deletions

View File

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

View File

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