Changes between Version 4 and Version 5 of CMakeBuildConfiguration
- Timestamp:
- May 24, 2008, 2:46:12 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeBuildConfiguration
v4 v5 53 53 == CMakeCache.txt == 54 54 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.,55 The 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: 56 56 {{{ 57 57 ccmake <path-to-build>