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 1c01767 commit 7c1e9c9Copy full SHA for 7c1e9c9
README.md
@@ -136,7 +136,7 @@ Important options are
136
For example, to configure a build using the Ninja backend and generating procedures up to rank 7, which is installed to your home directory use
137
138
```sh
139
-cmake -B build -G Ninja -DCMAKE_MAXIMUM_RANK=7 -DCMAKE_INSTALL_PREFIX=$HOME/.local
+cmake -B build -G Ninja -DCMAKE_MAXIMUM_RANK:String=7 -DCMAKE_INSTALL_PREFIX=$HOME/.local
140
```
141
142
To build the standard library run
0 commit comments