Let cmake deal with whatever is the default generator
Builds fail wherever make is not the default cmake generator.
Installer scripts should run the more agnostic
cmake --build ...
cmake --build --target install
rather than hardcoding a make command for the build and install steps.
Edited by Valerio Formato