We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f3974 commit 5ec2283Copy full SHA for 5ec2283
CMakeLists.txt
@@ -91,7 +91,7 @@ endif()
91
option(PYBIND11_INSTALL "Install pybind11 header files?" ${PYBIND11_MASTER_PROJECT})
92
option(PYBIND11_TEST "Build pybind11 test suite?" ${PYBIND11_MASTER_PROJECT})
93
option(PYBIND11_NOPYTHON "Disable search for Python" OFF)
94
-option(PYBIND11_SIMPLE_GIL "Force use of PYPY GIL acquire/release logic in gil.h" OFF)
+option(PYBIND11_SIMPLE_GIL "Use simpler GIL access logic that does not support disassociation" OFF)
95
set(PYBIND11_INTERNALS_VERSION
96
""
97
CACHE STRING "Override the ABI version, may be used to enable the unstable ABI.")
0 commit comments