1
0
Fork 0
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:
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

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`