Changes between Version 5 and Version 6 of CMakeBuildConfiguration


Ignore:
Timestamp:
May 24, 2008, 2:49:34 PM (14 years ago)
Author:
troy d. straszheim
Comment:

clarify what happens if you run ccmake on an empty directory

Legend:

Unmodified
Added
Removed
Modified
  • CMakeBuildConfiguration

    v5 v6  
    55ccmake <path-to-source>
    66}}}
    7 where `ccmake` will be in CMake's binary directory.
     7where `ccmake` will be in CMake's binary directory.  If you have not yet run `cmake` in this directory,
     8you will see an empty list of options:
     9{{{
     10                                                     Page 0 of 1
     11 EMPTY CACHE
     12
     13EMPTY CACHE:                                                                                   
     14Press [enter] to edit option                                        CMake Version 2.6 - patch 0
     15Press [c] to configure
     16Press [h] for help         Press [q] to quit without generating
     17Press [t] to toggle advanced mode (Currently Off)
     18}}}
     19
     20After pressing `c` to configure, (or if you've run `cmake` already),
    821You will be presented with a list of editable build options something like this:
     22
    923{{{
    1024 BUILD_BOOST_DATE_TIME            ON