I have a project with a "source" folder and a "build" folder. Every time I change something in CMake that is requiring reconfiguration, I have to manually delete contents of the build folder. I was curious to know if there is something like this:
cmake clean
Is it possible to delete all the content within a build folder in CMake? If yes, how?