Skip to content

Commit e61a45a

Browse files
Add extra lines as requested
1 parent 049f1a7 commit e61a45a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tools/cmake/CheckPythonPackage.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@ function(verify_python_package PACKAGENAME)
6767
if(NOT ${HAVE_VAR_NAME})
6868
message(FATAL_ERROR "The required Python package ${PACKAGENAME} was not found in ${Python3_EXECUTABLE}. Please install it.")
6969
endif()
70+
7071
endfunction(verify_python_package)

tools/cmake/app.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ if(Python3_FOUND AND HAVE_PYTHON_INTELHEX AND HAVE_PYTHON_PRETTYTABLE)
5959
set(HAVE_MEMAP_DEPS TRUE)
6060
else()
6161
set(HAVE_MEMAP_DEPS FALSE)
62+
6263
message(STATUS "Missing Python dependencies (python3, intelhex, prettytable) so the memory map cannot be printed")
6364
endif()
6465

0 commit comments

Comments
 (0)