Closed jonesmz closed 4 years ago
Do you want me to add another commit to change it to cmake --build . --parallel $(nproc) --verbose --clean-first
?
Or would you rather leave it as make
?
@jonesmz would it be nice to add it as a separate recommendation to simplify and speed up the process?
The reason someone might want "cmake --build ." is because they won't need to know anything about the generator that cmake defaulted to on the current platform.
Theres:
and others
Yes, that’s a good reason, let’s add it instead of make
.
Just to confirm you're looking to have me make a PR that adds cmake --build . --parallel $(nproc) --verbose --clean-first to the instructions?
Yes, sure. I just merged this PR, since it was approved.
Another change I could make a PR for is to modify
to
Which is a more idomatic way to build cmake projects.