We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e314a28 commit 9c6bbbeCopy full SHA for 9c6bbbe
README.md
@@ -73,9 +73,9 @@ These issues are due to the high number of procedures generated by the preproces
73
They can be avoided by limiting the maximum rank of generated procedures, as follows with `CMake`:
74
75
```sh
76
-cmake -B build
+cmake -B build -DCMAKE_MAXIMUM_RANK=4
77
78
-cmake --build build -DCMAKE_MAXIMUM_RANK=4
+cmake --build build
79
80
cmake --build build --target test
81
```
0 commit comments