I have reached the end of my rope with CMake; it has so much potential, but I cannot seem to make it find the basic system tools (i.e. make) in order to functio
make
On ubuntu, i think I was missing the compiler. Fixed with:
sudo apt install build-essential