New comment by classabbyamp on void-packages repository https://github.com/void-linux/void-packages/issues/50812#issuecomment-2167039838 Comment: ``` $ cat /usr/share/cmake-3.27/Modules/CMakeUnixFindMake.cmake ... find_program(CMAKE_MAKE_PROGRAM NAMES gmake make smake) ... ``` pretty sure cmake should find `make` just fine without it being called `gmake`. what's the *exact* cmake output where this occurs? do you have a minimal reproducing cmake project?