summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/INSTALL_RPATH.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: improve docs for INSTALL_NAME_DIRAlexander Neundorf2023-01-201-0/+3
| | | | | | | INSTALL_NAME_DIR now mentions BUILD_WITH_INSTALL_NAME_DIR. The INSTALL_NAME_DIR, INSTALL_RPATH and $<TARGET_RUNTIME_DLLS:tgt> documentation now mention the other two platforms respectively, to make it easier for developers who are not familiar with all three platforms,
* Help: mention CMAKE_SKIP_RPATH in the RPATH docsAlexander Neundorf2023-01-201-0/+2
| | | | | CMAKE_SKIP_RPATH is now mentioned in the docs for the BUILD_RPATH and INSTALL_RPATH target properties.
* Help: improve docs for INSTALL_RPATHAlexander Neundorf2023-01-191-3/+18
| | | | | | | The documentation for INSTALL_RPATH now links to all (or at least most) properties (and variables) related to the install rpath, which should make it easier for users to find out how RPATH works. Also change "True" to "TRUE"
* Help: Mention CMP0095 in INSTALL_RPATH documentationKyle Edwards2020-05-071-0/+4
|
* BUILD_RPATH/INSTALL_RPATH: Add generator expression supportKyle Edwards2019-06-251-0/+3
| | | | Fixes: #19423
* Help: Improve documentation formatingBartosz Kosiorek2019-04-041-2/+2
|
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+9
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.