Skip to content

Commit b1f9ae2

Browse files
style: pre-commit fixes
1 parent 44274f3 commit b1f9ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/pybind11Common.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ endif()
173173
# Check to see which Python mode we are in, new, old, or no python
174174
if(PYBIND11_NOPYTHON)
175175
set(_pybind11_nopython ON)
176-
# We won't use new FindPython if PYBIND11_FINDPYTHON is defined and falselike
177-
# Otherwise, we use if FindPythonLibs is missing or if FindPython was already used
176+
# We won't use new FindPython if PYBIND11_FINDPYTHON is defined and falselike
177+
# Otherwise, we use if FindPythonLibs is missing or if FindPython was already used
178178
elseif(
179179
(NOT DEFINED PYBIND11_FINDPYTHON OR PYBIND11_FINDPYTHON)
180180
AND (_pybind11_missing_old_python STREQUAL "NEW"

0 commit comments

Comments
 (0)