From 655c60d84c43d9cdfce14bf27a473bb277411f72 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Wed, 19 Mar 2025 12:45:26 -0400 Subject: [PATCH] docs: fix incorrect name (PYBIND11_NEWPYTHON) (#5570) --- tools/pybind11Config.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pybind11Config.cmake.in b/tools/pybind11Config.cmake.in index 40014d020..49990c719 100644 --- a/tools/pybind11Config.cmake.in +++ b/tools/pybind11Config.cmake.in @@ -159,7 +159,7 @@ default is ``MODULE``. There are several options: Use thin LTO instead of regular if there's a choice (pybind11's selection is disabled if ``CMAKE_INTERPROCEDURAL_OPTIMIZATIONS`` is set). ``WITHOUT_SOABI`` - Disable the SOABI component (``PYBIND11_NEWPYTHON`` mode only). + Disable the SOABI component (``PYBIND11_FINDPYTHON`` mode only). ``NO_EXTRAS`` Disable all extras, exit immediately after making the module.