diff options
author | Brad King <brad.king@kitware.com> | 2014-08-13 15:00:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-08-13 15:00:52 (GMT) |
commit | 302ba3f71ac43947ae296421aa5be22d9342a63e (patch) | |
tree | 4d9556cdb8c0e0081df78bdd75ad3d91a9ef69b5 | |
parent | 8db3c79f63841e8cabd7e84968da72522f656cb1 (diff) | |
parent | 91857e0423b73c8194f3edccf5f072985ba4a11c (diff) | |
download | CMake-302ba3f71ac43947ae296421aa5be22d9342a63e.zip CMake-302ba3f71ac43947ae296421aa5be22d9342a63e.tar.gz CMake-302ba3f71ac43947ae296421aa5be22d9342a63e.tar.bz2 |
Merge branch 'doc-CMP0022-compat-version-typo' into release
-rw-r--r-- | Help/policy/CMP0022.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0022.rst b/Help/policy/CMP0022.rst index 16a5bc3..22c7c4f 100644 --- a/Help/policy/CMP0022.rst +++ b/Help/policy/CMP0022.rst @@ -22,7 +22,7 @@ downstream users of CMake versions older than 2.8.12. The target_link_libraries command will no longer populate the properties matching LINK_INTERFACE_LIBRARIES(_<CONFIG>)? if this policy is NEW. -Warning-free future-compatible code which works with CMake 2.8.9 onwards +Warning-free future-compatible code which works with CMake 2.8.7 onwards can be written by using the ``LINK_PRIVATE`` and ``LINK_PUBLIC`` keywords of :command:`target_link_libraries`. |