There is an updated pull request by JamiKettunen against master on the void-packages repository https://github.com/JamiKettunen/void-packages unset-CMAKE_GENERATOR https://github.com/void-linux/void-packages/pull/37413 common: unset CMAKE_GENERATOR before sourcing templates When building dependencies of packages this has to be unset to avoid using e.g. `CMAKE_GENERATOR="Unix Makefiles"` for a package which expected to build with the default of `make_cmd=ninja`, and would subsequently fail with `ninja: error: loading 'build.ninja': No such file or directory` during `do_build()` if `do_configure()` generated a Makefile instead of a build.ninja file. #### Testing the changes - I tested the changes in this PR: **YES** A patch file from https://github.com/void-linux/void-packages/pull/37413.patch is attached