mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 12:35:24 +02:00
remove cmake -i example (#4159)
This commit is contained in:
parent
87abf4a197
commit
866a4f78a0
1 changed files with 0 additions and 4 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue