Skip to content

Commit 049f1a7

Browse files
Fix indentation error in tools/cmake/CheckPythonPackage.cmake
Co-authored-by: Hugues Kamba <[email protected]>
1 parent fafb08c commit 049f1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cmake/CheckPythonPackage.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function(check_python_package PACKAGENAME OUTPUT_VAR)
4444
set(HAVE_PACKAGE FALSE)
4545
endif()
4646

47-
if(HAVE_PACKAGE)
47+
if(HAVE_PACKAGE)
4848
message(STATUS "Checking for Python package ${PACKAGENAME} -- found")
4949
else()
5050
message(STATUS "Checking for Python package ${PACKAGENAME} -- not found")

0 commit comments

Comments
 (0)