remove cmake -i example (#4159)

client-spec/clarity
Flex Zhong 2020-07-08 21:14:46 +08:00 committed by GitHub
parent 87abf4a197
commit 866a4f78a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -11,7 +11,3 @@
- Generate a Makefile and use it to compile a project in a separate "build" directory (out-of-source build):
`cmake -H. -B{{build}} && make -C {{build}}`
- Run cmake in interactive mode (it will ask for each variable, instead of using defaults):
`cmake -i`