Skip to content

Commit 417fd12

Browse files
authored
Fix: fix typo of WITHOUT_SOABI (#2992)
1 parent 0c93a0f commit 417fd12

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
@@ -139,7 +139,7 @@ This module defines the following commands to assist with creating Python module
139139
140140
pybind11_add_module(<target>
141141
[STATIC|SHARED|MODULE]
142-
[THIN_LTO] [OPT_SIZE] [NO_EXTRAS] [WITHOUT_SOBAI]
142+
[THIN_LTO] [OPT_SIZE] [NO_EXTRAS] [WITHOUT_SOABI]
143143
<files>...
144144
)
145145

0 commit comments

Comments
 (0)