diff options
author | Brad King <brad.king@kitware.com> | 2015-02-05 14:25:16 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-02-05 14:25:16 (GMT) |
commit | 02d031827d824e15e902b95f833b77ca7379bde4 (patch) | |
tree | e778fb6b373846fc4162dd78b60742866e20f471 /Help/manual | |
parent | 9042c875dcbd0f4b7150e9050b60fb0d40365e45 (diff) | |
parent | f9839c491ef926b71487345fdcc7054324587168 (diff) | |
download | CMake-02d031827d824e15e902b95f833b77ca7379bde4.zip CMake-02d031827d824e15e902b95f833b77ca7379bde4.tar.gz CMake-02d031827d824e15e902b95f833b77ca7379bde4.tar.bz2 |
Merge topic 'update-docs'
f9839c49 Help: Document build targets automatically added to console pool.
44d6f3ce Help: Add some cross-linking.
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-packages.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-packages.7.rst b/Help/manual/cmake-packages.7.rst index fba1d61..3367ba4 100644 --- a/Help/manual/cmake-packages.7.rst +++ b/Help/manual/cmake-packages.7.rst @@ -358,7 +358,7 @@ and a ``cmake/ClimbingStatsConfig.cmake`` are installed to the same location, completing the package. The generated :prop_tgt:`IMPORTED` targets have appropriate properties set -to define their usage requirements, such as +to define their :ref:`usage requirements <Target Usage Requirements>`, such as :prop_tgt:`INTERFACE_INCLUDE_DIRECTORIES`, :prop_tgt:`INTERFACE_COMPILE_DEFINITIONS` and other relevant built-in ``INTERFACE_`` properties. The ``INTERFACE`` variant of user-defined |