Merge topic 'doc-CMP0022-compat-version-typo'

91857e04 CMP0022: Fix version documented to support LINK_PUBLIC/LINK_PRIVATE
This commit is contained in:
Brad King 2014-08-13 11:10:54 -04:00 committed by CMake Topic Stage
commit e619964052
1 changed files with 1 additions and 1 deletions

View File

@ -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`.