Skip to content

Commit 6da1672

Browse files
committed
fix suggested by awvwgk
1 parent 5a9c6f6 commit 6da1672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ cmake -B build
125125
You can pass additional options to CMake to customize the build.
126126
Important options are
127127

128-
- `-G Ninja` to use the Ninja backend instead of the default Make backend. This makes it easy to specify compiler flags for the build. Other build backends are available with a similar syntax.
128+
- `-G Ninja` to use the Ninja backend instead of the default Make backend. Other build backends are available with a similar syntax.
129129
- `-DCMAKE_INSTALL_PREFIX` is used to provide the install location for the library. If not provided the defaults will depend on your operating system, [see here](https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX.html).
130130
- `-DCMAKE_MAXIMUM_RANK` the maximum array rank procedures should be generated for.
131131
The default value is chosen as 4.

0 commit comments

Comments
 (0)