Fix: fix typo of WITHOUT_SOABI (#2992)

This commit is contained in:
Akira Kawata
2021-05-06 16:19:05 +09:00
committed by GitHub
parent 0c93a0f3fc
commit 417fd120cc

View File

@@ -139,7 +139,7 @@ This module defines the following commands to assist with creating Python module
pybind11_add_module(<target>
[STATIC|SHARED|MODULE]
[THIN_LTO] [OPT_SIZE] [NO_EXTRAS] [WITHOUT_SOBAI]
[THIN_LTO] [OPT_SIZE] [NO_EXTRAS] [WITHOUT_SOABI]
<files>...
)