We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafb08c commit 049f1a7Copy full SHA for 049f1a7
tools/cmake/CheckPythonPackage.cmake
@@ -44,7 +44,7 @@ function(check_python_package PACKAGENAME OUTPUT_VAR)
44
set(HAVE_PACKAGE FALSE)
45
endif()
46
47
- if(HAVE_PACKAGE)
+ if(HAVE_PACKAGE)
48
message(STATUS "Checking for Python package ${PACKAGENAME} -- found")
49
else()
50
message(STATUS "Checking for Python package ${PACKAGENAME} -- not found")
0 commit comments