Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 14, 2022
1 parent f6b5ec0 commit 9e27c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/FindPythonLibsNew.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ mark_as_advanced(PYTHON_LIBRARY PYTHON_INCLUDE_DIR)
# module.
set(PYTHON_INCLUDE_DIRS "${PYTHON_INCLUDE_DIR}")
if(NOT DEFINED PYTHON_LIBRARIES)
set(PYTHON_LIBRARIES "${PYTHON_LIBRARY}")
set(PYTHON_LIBRARIES "${PYTHON_LIBRARY}")
endif()
if(NOT PYTHON_DEBUG_LIBRARY)
set(PYTHON_DEBUG_LIBRARY "")
Expand Down

0 comments on commit 9e27c7c

Please sign in to comment.