Skip to content

Help: use cmake -B form for clarity

scivision requested to merge scivision/cmake:help-b into master

I see new CMake users getting confused by the non cmake -S -B form. As time goes on, particularly students are not familiar at all with the command line, so needless extra mkdir cd commands just confuse them and are made more clear by the cmake -S -B form, saving typing as well.

Merge request reports