Skip to content

Commit 655c60d

Browse files
authored
docs: fix incorrect name (PYBIND11_NEWPYTHON) (#5570)
1 parent 9f08625 commit 655c60d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pybind11Config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ default is ``MODULE``. There are several options:
159159
Use thin LTO instead of regular if there's a choice (pybind11's selection
160160
is disabled if ``CMAKE_INTERPROCEDURAL_OPTIMIZATIONS`` is set).
161161
``WITHOUT_SOABI``
162-
Disable the SOABI component (``PYBIND11_NEWPYTHON`` mode only).
162+
Disable the SOABI component (``PYBIND11_FINDPYTHON`` mode only).
163163
``NO_EXTRAS``
164164
Disable all extras, exit immediately after making the module.
165165

0 commit comments

Comments
 (0)