diff options
author | Brad King <brad.king@kitware.com> | 2015-04-02 19:45:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-03 14:52:22 (GMT) |
commit | 031d894fb882ca2e8c2269ba1674578f82155420 (patch) | |
tree | 4c7e5a405f8abc43ab7ceaa82b3cb88e3a4984fa /Help/prop_tgt/LINK_INTERFACE_LIBRARIES.rst | |
parent | 6e331ce9d47c8f9adbf29ee0158b4307debbc02c (diff) | |
download | CMake-031d894fb882ca2e8c2269ba1674578f82155420.zip CMake-031d894fb882ca2e8c2269ba1674578f82155420.tar.gz CMake-031d894fb882ca2e8c2269ba1674578f82155420.tar.bz2 |
Help: Place relocatable package notes in their own subsections
These notes apply only for the use case of creating a package for
redistribution on machines other than that where it is built. Clarify
this to readers by placing the discussion in dedicated sections titled
accordingly.
Diffstat (limited to 'Help/prop_tgt/LINK_INTERFACE_LIBRARIES.rst')
-rw-r--r-- | Help/prop_tgt/LINK_INTERFACE_LIBRARIES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/LINK_INTERFACE_LIBRARIES.rst b/Help/prop_tgt/LINK_INTERFACE_LIBRARIES.rst index 2e859eb..2dcf45c 100644 --- a/Help/prop_tgt/LINK_INTERFACE_LIBRARIES.rst +++ b/Help/prop_tgt/LINK_INTERFACE_LIBRARIES.rst @@ -24,5 +24,8 @@ property if policy :policy:`CMP0022` is ``NEW``. This property is deprecated. Use :prop_tgt:`INTERFACE_LINK_LIBRARIES` instead. +Creating Relocatable Packages +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + .. |INTERFACE_PROPERTY_LINK| replace:: ``LINK_INTERFACE_LIBRARIES`` .. include:: /include/INTERFACE_LINK_LIBRARIES_WARNING.txt |