From 417fd120ccd6a40294058a4d9cc3c6c6038fbb26 Mon Sep 17 00:00:00 2001 From: Akira Kawata Date: Thu, 6 May 2021 16:19:05 +0900 Subject: [PATCH] Fix: fix typo of WITHOUT_SOABI (#2992) --- 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 9921aeb35..0f136005b 100644 --- a/tools/pybind11Config.cmake.in +++ b/tools/pybind11Config.cmake.in @@ -139,7 +139,7 @@ This module defines the following commands to assist with creating Python module pybind11_add_module( [STATIC|SHARED|MODULE] - [THIN_LTO] [OPT_SIZE] [NO_EXTRAS] [WITHOUT_SOBAI] + [THIN_LTO] [OPT_SIZE] [NO_EXTRAS] [WITHOUT_SOABI] ... )