Using ninja instead of make could lead to significantly faster builds than make. Change would be minimal - install ninja on the nodes - invoke cmake with `-GNinja` - run `ninja` instead of `make`