fix(doc/make/index.md): link typo
This commit is contained in:
parent
e6a98ffe9c
commit
ddfd52b863
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ Useful CMake Configuration Settings
|
|||
Pass these along with the `cmake ../../src` command.
|
||||
|
||||
* `-G Ninja`
|
||||
CMake 2.8.11 supports the [Ninja][https://ninja-build.org/] build system.
|
||||
CMake 2.8.11 supports the [Ninja](https://ninja-build.org/) build system.
|
||||
[Some people report][ninja_work] that using
|
||||
Ninja can reduce the build time, esp when a build is
|
||||
incremental. Call `ninja` instead of `make` to build the project.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue