Skip to content

Commit 7c1e9c9

Browse files
authored
Update README.md
... to reflect proper CMake cache variable usage.
1 parent 1c01767 commit 7c1e9c9

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
@@ -136,7 +136,7 @@ Important options are
136136
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
137137

138138
```sh
139-
cmake -B build -G Ninja -DCMAKE_MAXIMUM_RANK=7 -DCMAKE_INSTALL_PREFIX=$HOME/.local
139+
cmake -B build -G Ninja -DCMAKE_MAXIMUM_RANK:String=7 -DCMAKE_INSTALL_PREFIX=$HOME/.local
140140
```
141141

142142
To build the standard library run

0 commit comments

Comments
 (0)