remove cmake -i example (#4159)

This commit is contained in:
Flex Zhong
2020-07-08 21:14:46 +08:00
committed by GitHub
parent 87abf4a197
commit 866a4f78a0

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`