Hello Michael,
You don't show the error of the task, but i think the he CMake scripts for cpsumon don't actually install the library anywhere, so the generated makefiles do not contain an install target.
Thus, when the do_install task does make install, you get the error from make saying
make: *** No rule to make target 'install'.
Then you need to run the sudo apt install cmake again and erase and burn again yocto.
Regards