mirror of https://github.com/ARMmbed/mbed-os.git
Fix indentation error in tools/cmake/CheckPythonPackage.cmake
Co-authored-by: Hugues Kamba <41612201+hugueskamba@users.noreply.github.com>pull/14205/head
parent
fafb08c1b7
commit
049f1a7bf6
|
|
@ -44,7 +44,7 @@ function(check_python_package PACKAGENAME OUTPUT_VAR)
|
|||
set(HAVE_PACKAGE FALSE)
|
||||
endif()
|
||||
|
||||
if(HAVE_PACKAGE)
|
||||
if(HAVE_PACKAGE)
|
||||
message(STATUS "Checking for Python package ${PACKAGENAME} -- found")
|
||||
else()
|
||||
message(STATUS "Checking for Python package ${PACKAGENAME} -- not found")
|
||||
|
|
|
|||
Loading…
Reference in New Issue