diff options
author | Brad King <brad.king@kitware.com> | 2014-01-09 18:54:23 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-01-09 18:54:23 (GMT) |
commit | e56530f6121a96c0434cba673d530366907df980 (patch) | |
tree | 6f4848474b9fd414736d3e73bf805c4e60876619 /Help | |
parent | 089ae7122b3ba030ca55b5a85be54b334c16f4b2 (diff) | |
parent | 531e40b95e80fbf5547b0a8d71196e819bb3aa3d (diff) | |
download | CMake-e56530f6121a96c0434cba673d530366907df980.zip CMake-e56530f6121a96c0434cba673d530366907df980.tar.gz CMake-e56530f6121a96c0434cba673d530366907df980.tar.bz2 |
Merge topic 'minor-cleanups'
531e40b cmTarget: Make GetSourceFiles populate an out-vector parameter.
38de54c cmGeneratorTarget: Add methods to access source file groups.
f579fe0 Help: Fix link to MAP_IMPORTED_CONFIG_<CONFIG>
590d238 cmTarget: Handle NO_SYSTEM_FROM_IMPORTED.
Diffstat (limited to 'Help')
-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 |