summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-08-13 15:10:54 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-08-13 15:10:54 (GMT)
commite6199640525bda0327cc6da6dc48fe8d26c7a8d3 (patch)
tree436ed49763aa72a216079cba8acefc17f61cfb76 /Help
parent5891b36640aaf95b53441870d95d90d4aaeb1971 (diff)
parent91857e0423b73c8194f3edccf5f072985ba4a11c (diff)
downloadCMake-e6199640525bda0327cc6da6dc48fe8d26c7a8d3.zip
CMake-e6199640525bda0327cc6da6dc48fe8d26c7a8d3.tar.gz
CMake-e6199640525bda0327cc6da6dc48fe8d26c7a8d3.tar.bz2
Merge topic 'doc-CMP0022-compat-version-typo'
91857e04 CMP0022: Fix version documented to support LINK_PUBLIC/LINK_PRIVATE
Diffstat (limited to 'Help')
-rw-r--r--Help/policy/CMP0022.rst2
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`.