Is there any problem to install ninja too #2275
Locked
ClausKlein
started this conversation in
Installed software
Replies: 2 comments 2 replies
-
Already discussed in #514 and #741 |
Beta Was this translation helpful? Give feedback.
2 replies
-
Most cmake projects would build much faster with ninja than with make, even on a single CPU system ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ninja is a small build system with a focus on speed. https://ninja-build.org/
It can be used with
cmake -B ../build -G Ninja -S $PWD
And is much faster than make!
Beta Was this translation helpful? Give feedback.
All reactions