Skip to content

Commit 5ec2283

Browse files
henryiiirwgk
authored andcommitted
Update CMakeLists.txt
1 parent 42f3974 commit 5ec2283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ endif()
9191
option(PYBIND11_INSTALL "Install pybind11 header files?" ${PYBIND11_MASTER_PROJECT})
9292
option(PYBIND11_TEST "Build pybind11 test suite?" ${PYBIND11_MASTER_PROJECT})
9393
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)
94+
option(PYBIND11_SIMPLE_GIL "Use simpler GIL access logic that does not support disassociation" OFF)
9595
set(PYBIND11_INTERNALS_VERSION
9696
""
9797
CACHE STRING "Override the ABI version, may be used to enable the unstable ABI.")

0 commit comments

Comments
 (0)