remove cmake -i example (#4159)
This commit is contained in:
@@ -11,7 +11,3 @@
|
|||||||
- Generate a Makefile and use it to compile a project in a separate "build" directory (out-of-source build):
|
- 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}}`
|
`cmake -H. -B{{build}} && make -C {{build}}`
|
||||||
|
|
||||||
- Run cmake in interactive mode (it will ask for each variable, instead of using defaults):
|
|
||||||
|
|
||||||
`cmake -i`
|
|
||||||
|
Reference in New Issue
Block a user