Changes between Version 4 and Version 5 of CMakeBuildConfiguration


Ignore:
Timestamp:
May 24, 2008, 2:46:12 PM (14 years ago)
Author:
Douglas Gregor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMakeBuildConfiguration

    v4 v5  
    5353== CMakeCache.txt ==
    5454
    55 The same information is stored in a file `CMakeCache.txt` located in the build directory.  For this reason, you can invoke `ccmake` and provide the build directory rather than the source directory, e.g.,
     55The same information is stored in a file `CMakeCache.txt` located in the build directory.  For this reason, after you've done the initial configuration of a build directory you can invoke `ccmake` like this:
    5656{{{
    5757ccmake <path-to-build>