Skip to content

Commit 9c6bbbe

Browse files
jvdp1awvwgk
andauthored
Update README.md
Co-authored-by: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com>
1 parent e314a28 commit 9c6bbbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ These issues are due to the high number of procedures generated by the preproces
7373
They can be avoided by limiting the maximum rank of generated procedures, as follows with `CMake`:
7474

7575
```sh
76-
cmake -B build
76+
cmake -B build -DCMAKE_MAXIMUM_RANK=4
7777

78-
cmake --build build -DCMAKE_MAXIMUM_RANK=4
78+
cmake --build build
7979

8080
cmake --build build --target test
8181
```

0 commit comments

Comments
 (0)