diff options
author | Brad King <brad.king@kitware.com> | 2017-02-17 13:46:14 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-02-17 13:46:14 (GMT) |
commit | f3e8a89a9b9a859b0e55abe474f85858a3cb2f40 (patch) | |
tree | aac1bb3d8c4a91b87ee409daff8b9b6f7f6e4ca3 /Help/variable | |
parent | 988c63527ded3cfcb0469532a00c12abe7bc8d0c (diff) | |
parent | 1ba91291e3237e5535a46c6ff1bce6a33d298a76 (diff) | |
download | CMake-f3e8a89a9b9a859b0e55abe474f85858a3cb2f40.zip CMake-f3e8a89a9b9a859b0e55abe474f85858a3cb2f40.tar.gz CMake-f3e8a89a9b9a859b0e55abe474f85858a3cb2f40.tar.bz2 |
Merge topic 'install_name_policy'
1ba91291 Add policy CMP0068 separate install_name and RPATH settings on macOS
f7b9bf41 Apple: Add BUILD_WITH_INSTALL_NAME_DIR target property
4bff2d14 Apple: Refactor support for using INSTALL_NAME_DIR.
624fb9d7 Help: Format BUILD_WITH_INSTALL_RPATH documentation
Diffstat (limited to 'Help/variable')
-rw-r--r-- | Help/variable/CMAKE_BUILD_WITH_INSTALL_NAME_DIR.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_BUILD_WITH_INSTALL_NAME_DIR.rst b/Help/variable/CMAKE_BUILD_WITH_INSTALL_NAME_DIR.rst new file mode 100644 index 0000000..30d5d3b --- /dev/null +++ b/Help/variable/CMAKE_BUILD_WITH_INSTALL_NAME_DIR.rst @@ -0,0 +1,7 @@ +CMAKE_BUILD_WITH_INSTALL_NAME_DIR +--------------------------------- + +Whether to use :prop_tgt:`INSTALL_NAME_DIR` on targets in the build tree. + +This variable is used to initialize the :prop_tgt:`BUILD_WITH_INSTALL_NAME_DIR` +property on all targets. |