Fix indentation error in tools/cmake/CheckPythonPackage.cmake

Co-authored-by: Hugues Kamba <41612201+hugueskamba@users.noreply.github.com>
pull/14205/head
Jamie Smith 2021-01-28 01:50:10 -08:00
parent fafb08c1b7
commit 049f1a7bf6
1 changed files with 1 additions and 1 deletions

View File

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