Silvio Traversaro
06af18b9db
cmake: Allow CMAKE_INSTALL_PREFIX to be set by environment variable
...
Fixes : #25023
2024-01-30 11:44:45 -05:00
Brad King
b768a5e23b
Help: Disambiguate cmake(1) program modes in Sphinx option references
...
Define the entry point to each mode as an option for the `cmake`
program, but reference the options for that mode as part of stand-in
`cmake-<mode>` programs.
2022-10-05 15:27:40 -04:00
Alex Turbov
04843d743e
Help: Replace a bunch of more `--option to :option:` role
2022-08-04 19:34:45 +04:00
Robert Maynard
7dc654a017
Help: Better cross-reference CMAKE_FIND_NO_INSTALL_PREFIX
2022-03-23 16:19:03 +11:00
Brad King
a9b8c9d33e
Help: Clarify roles of DESTDIR and CMAKE_INSTALL_PREFIX
2022-02-04 15:33:11 -05:00
Kyle Edwards
fcf64866da
Help: move DESTDIR into a separate page
2018-04-20 08:39:02 -04:00
Brad King
df9fea7f49
Help: Document CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT variable
...
This variable documentation was simply missing.
Suggested-by: Craig Scott <craig.scott@crascit.com >
2016-11-21 11:52:00 -05:00
Brad King
bdd9b1c73c
Help: Fix CMAKE_INSTALL_PREFIX documented default on Windows
...
Fixes #16211 .
2016-08-01 15:29:11 -04:00
James Johnston
3bb707f0a1
Help: Improve formatting of variable documentation
...
Improve formatting, primarily by:
* Adding links to relevant commands, properties, generators, and so on.
* Converting code, symbols, paths, and so on to fixed-width fonts.
* Hard wrapping lines to 80 characters or less.
2015-08-21 09:32:08 -04:00
Brad King
00d4cdc935
Help: Link to GNUInstallDirs from CMAKE_INSTALL_PREFIX ( #15246 )
...
Add a note to the CMAKE_INSTALL_PREFIX documentation that refers readers
to the GNUInstallDirs module to make the latter easier to discover.
2014-11-12 08:32:01 -05:00
Kitware Robot
f051814ed0
Convert builtin help to reStructuredText source files
...
Run the convert-help.bash script to convert documentation:
./convert-help.bash "/path/to/CMake-build/bin"
Then remove it.
2013-10-15 14:12:03 -04:00