Skip to content

Commit 9170ab8

Browse files
jcfrpre-commit-ci[bot]henryiii
authored
docs: Fix instructions to check if Development.SABIModule was requested (#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]>
1 parent ed6d711 commit 9170ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cmakelists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ related to making Python extension modules.
3636

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

4141
<!-- prettier-ignore-start -->
4242
:::{warning}

0 commit comments

Comments
 (0)