bootstrap: Clarify --init flag documentation (#11431)
This commit is contained in:
parent
60d72b56ed
commit
bace6500a3
|
@ -299,7 +299,7 @@ Configuration:
|
||||||
--verbose display more information
|
--verbose display more information
|
||||||
--parallel=n bootstrap cmake in parallel, where n is
|
--parallel=n bootstrap cmake in parallel, where n is
|
||||||
number of nodes [1]
|
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
|
--system-libs use all system-installed third-party libraries
|
||||||
(for use only by package maintainers)
|
(for use only by package maintainers)
|
||||||
--no-system-libs use all cmake-provided third-party libraries
|
--no-system-libs use all cmake-provided third-party libraries
|
||||||
|
|
Loading…
Reference in New Issue