Remove -H CMake flag from README.md (#2023)

This commit is contained in:
Ronald
2021-09-20 15:14:39 +08:00
committed by GitHub
parent 075d0ee414
commit a280868e9c

View File

@@ -37,7 +37,7 @@ to build Ninja with itself.
### CMake
```
cmake -Bbuild-cmake -H.
cmake -Bbuild-cmake
cmake --build build-cmake
```