Closed
Description
The wheels are missing the CMake files in the data directory - the includes are there, but not the CMake Configure files. A very nice and natural use of PEP 518 builds would be to include "pybind11" in your pyproject.toml, then pybind11 is installed for the build process, but nothing else. This doesn't currently work if you want to also use the CMake config.
This would further simplify scikit-build/scikit-build-sample-projects#6