fix(cmake): warning about missing file (#5612)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2025-04-10 17:48:16 -04:00
committed by GitHub
parent 31e52b2cd3
commit d25e91fb8f
4 changed files with 21 additions and 15 deletions

View File

@@ -182,7 +182,7 @@ jobs:
# More-or-less randomly adding -DPYBIND11_SIMPLE_GIL_MANAGEMENT=OFF here.
- name: Configure C++17
run: >
cmake -S . -B build2
cmake -S . -B build2 -Werror=dev
-DPYBIND11_WERROR=ON
-DPYBIND11_SIMPLE_GIL_MANAGEMENT=OFF
-DPYBIND11_PYTEST_ARGS=-v