With cmake projects, the "clean" or "rebuild" functions in the build menu don't do anything. I assume this is not normal. Is there a proper way to fix that? Currently, I just replaced the default command "cmake --build" with "make clean". For some reason, cmake doesn't have a "--clean" option?