Cleanup: indentation

This commit is contained in:
Campbell Barton
2019-02-14 08:43:44 +11:00
parent 11ec57e211
commit 672d7d2d9c
2 changed files with 9 additions and 10 deletions

View File

@@ -1393,7 +1393,7 @@ function(find_python_package
NO_DEFAULT_PATH
)
if(NOT EXISTS "${PYTHON_${_upper_package}_PATH}")
if(NOT EXISTS "${PYTHON_${_upper_package}_PATH}")
message(WARNING
"Python package '${package}' path could not be found in:\n"
"'${PYTHON_LIBPATH}/python${PYTHON_VERSION}/site-packages/${package}', "