Skip to content

Commit c2ea832

Browse files
Update README.md
1 parent 09f978b commit c2ea832

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
@@ -2072,9 +2072,9 @@ cmake --build . -j 2 --config Release
20722072
```bash
20732073
mkdir build
20742074
cmake -version
2075-
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES=OFF -BUILD_TESTS=OFF
2075+
cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_EXAMPLES=OFF -DBUILD_TESTS=OFF
20762076
cmake --build . -j 2 --config Release
2077-
cmake --install
2077+
cmake --install .
20782078
```
20792079

20802080
### As a CMake package

0 commit comments

Comments
 (0)