New comment by Chocimier on void-packages repository https://github.com/void-linux/void-packages/pull/20218#issuecomment-601884870 Comment: This forces pybind to be installed on all archs, but if pybind is used by other package, cross build will use incorrect interpreter again, right? I think we should give upstream this as another argument to use [FindPython](https://cmake.org/cmake/help/latest/module/FindPython.html). Then if package is useful without FindPythonLibsNew.cmake, remove it, otherwise reconsider why do we need header only library in repo at all.