summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/BUILD_WITH_INSTALL_RPATH.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add policy CMP0068 separate install_name and RPATH settings on macOSClinton Stimpson2017-02-141-3/+3
| | | | | | | | BUILD_WITH_INSTALL_RPATH, SKIP_BUILD_RPATH, CMAKE_SKIP_RPATH and CMAKE_SKIP_INSTALL_RPATH no longer any effect on the install name of a target on macOS. Fixes: #16589
* Apple: Add BUILD_WITH_INSTALL_NAME_DIR target propertyClinton Stimpson2017-02-141-0/+4
| | | | | This new property controls whether to apply INSTALL_NAME_DIR to the build tree. It also overrides BUILD_WITH_INSTALL_RPATH.
* Help: Format BUILD_WITH_INSTALL_RPATH documentationBrad King2017-02-141-7/+7
|
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+11
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.