7 | | where `ccmake` will be in CMake's binary directory. |
| 7 | where `ccmake` will be in CMake's binary directory. If you have not yet run `cmake` in this directory, |
| 8 | you will see an empty list of options: |
| 9 | {{{ |
| 10 | Page 0 of 1 |
| 11 | EMPTY CACHE |
| 12 | |
| 13 | EMPTY CACHE: |
| 14 | Press [enter] to edit option CMake Version 2.6 - patch 0 |
| 15 | Press [c] to configure |
| 16 | Press [h] for help Press [q] to quit without generating |
| 17 | Press [t] to toggle advanced mode (Currently Off) |
| 18 | }}} |
| 19 | |
| 20 | After pressing `c` to configure, (or if you've run `cmake` already), |