Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMakeLists.txt: Use Development.Module for python (google#394)
The "Development" component of Python3 needs more files than we care about (e.g. `libpython3.xx.so`). However when compiling a module, we need fewer files, (e.g. the headers). To support this distinction, [cmake added `Development.Modules`](https://cmake.org/cmake/help/latest/module/FindPython3.html) so that this will work in more environments (e.g. docker image `quay.io/pypa/manylinux_2_28_x86_64`)
- Loading branch information