Skip to content

Commit

Permalink
docs: Fix instructions to check if Development.SABIModule was reque…
Browse files Browse the repository at this point in the history
…sted (#957)

This fixes instructions originally introduced in 48a879b ("docs: some
updates (#334)", 2023-05-23)

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <[email protected]>
  • Loading branch information
3 people authored Dec 13, 2024
1 parent ed6d711 commit 9170ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cmakelists.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ related to making Python extension modules.

If you are making a Limited API / Stable ABI package, you'll need the
`Development.SABIModule` component instead (CMake 3.26+). You can use the
`SKBUILD_LIMITED_API` variable to check to see if it was requested.
`SKBUILD_SABI_COMPONENT` variable to check to see if it was requested.

<!-- prettier-ignore-start -->
:::{warning}
Expand Down

0 comments on commit 9170ab8

Please sign in to comment.