diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-01-08 14:54:37 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-01-08 15:06:41 (GMT) |
commit | f579fe0d7a102df0c69c957d48e3e728333dffe1 (patch) | |
tree | 3889abd4dfbf58a4c67ea6c1f7ddb1aad9b68c0b /Help/manual/cmake-buildsystem.7.rst | |
parent | 590d238914ff1b8652c0074e6715f51cad5eb7db (diff) | |
download | CMake-f579fe0d7a102df0c69c957d48e3e728333dffe1.zip CMake-f579fe0d7a102df0c69c957d48e3e728333dffe1.tar.gz CMake-f579fe0d7a102df0c69c957d48e3e728333dffe1.tar.bz2 |
Help: Fix link to MAP_IMPORTED_CONFIG_<CONFIG>
Diffstat (limited to 'Help/manual/cmake-buildsystem.7.rst')
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index 03f9115..2b37c0c 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -428,7 +428,7 @@ the ``CONFIG`` generator expression. The ``CONFIG`` parameter is compared case-insensitively with the configuration being built. In the presence of :prop_tgt:`IMPORTED` targets, the content of -:prop_tgt:`MAP_IMPORTED_CONFIG_DEBUG <MAP_IMPORTED_CONFIG_CONFIG>` is also +:prop_tgt:`MAP_IMPORTED_CONFIG_DEBUG <MAP_IMPORTED_CONFIG_<CONFIG>>` is also accounted for by this expression. Some buildsystems generated by :manual:`cmake(1)` have a predetermined |