diff options
author | Brad King <brad.king@kitware.com> | 2011-01-10 09:38:42 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-01-10 09:38:42 -0500 |
commit | bace6500a35279ce3306b467dbfe6bdb50d3fb14 (patch) | |
tree | f7a8d94849851819139fda3672e392b7164abe8a /bootstrap | |
parent | 60d72b56ed5ae6a20cc461dd5abf2dfc38b596fa (diff) | |
download | cmake-bace6500a35279ce3306b467dbfe6bdb50d3fb14.tar.gz |
bootstrap: Clarify --init flag documentation (#11431)
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -299,7 +299,7 @@ Configuration: --verbose display more information --parallel=n bootstrap cmake in parallel, where n is number of nodes [1] - --init=FILE use FILE for cmake initialization + --init=FILE load FILE as script to populate cache --system-libs use all system-installed third-party libraries (for use only by package maintainers) --no-system-libs use all cmake-provided third-party libraries |