"example/example-buffers.py" did not exist on "5ba89c340c668c68a4d0335db06fcd5da7750d0c"
add_module: allow include as SYSTEM (#1416)
pybind11 headers passed via the `pybind11_add_module` CMake function can now be included as `SYSTEM` includes (`-isystem`). This allows to set stricter (or experimental) warnings in calling projects that might throw otherwise in headers a user of pybind11 can not influence.
Showing
Please register or sign in to comment