diff options
author | Ronald <3665590+playgithub@users.noreply.github.com> | 2021-09-20 15:14:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-20 09:14:39 +0200 |
commit | a280868e9c2c791a0d1529c7002786a117bd16fc (patch) | |
tree | 486661361fd76fb5661a95a90fa485ff54261edf | |
parent | 075d0ee4146390bbab09bfa47142aec96bd32a6a (diff) | |
download | ninja-a280868e9c2c791a0d1529c7002786a117bd16fc.tar.gz |
Remove -H CMake flag from README.md (#2023)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ to build Ninja with itself. ### CMake ``` -cmake -Bbuild-cmake -H. +cmake -Bbuild-cmake cmake --build build-cmake ``` |