diff options
author | David Cole <david.cole@kitware.com> | 2012-10-23 20:37:46 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-10-23 20:37:46 (GMT) |
commit | 2b5635ee2327a41688a7ccfdf80a534a47268131 (patch) | |
tree | adb3f74ff90ba99b08b6df19174dc307b50a4303 | |
parent | 23a257628bb70f0e182c9b537ddab2b452fbddb0 (diff) | |
parent | 0cc00b06d807a6cbdd74eb1f8f518c2266eecabc (diff) | |
download | CMake-2b5635ee2327a41688a7ccfdf80a534a47268131.zip CMake-2b5635ee2327a41688a7ccfdf80a534a47268131.tar.gz CMake-2b5635ee2327a41688a7ccfdf80a534a47268131.tar.bz2 |
Merge topic 'expand-LOCATION-documentation'
0cc00b0 Document LOCATION undefined behavior with use of LINKER_LANGUAGE.
-rw-r--r-- | Source/cmDocumentLocationUndefined.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDocumentLocationUndefined.h b/Source/cmDocumentLocationUndefined.h index d1be77a..9aecf21 100644 --- a/Source/cmDocumentLocationUndefined.h +++ b/Source/cmDocumentLocationUndefined.h @@ -16,8 +16,8 @@ "\n" \ "Do not set properties that affect the location of a target after " \ action ". These include properties whose names match " \ - "\"(RUNTIME|LIBRARY|ARCHIVE)_OUTPUT_(NAME|DIRECTORY)(_<CONFIG>)?\" " \ - "or \"(IMPLIB_)?(PREFIX|SUFFIX)\". " \ + "\"(RUNTIME|LIBRARY|ARCHIVE)_OUTPUT_(NAME|DIRECTORY)(_<CONFIG>)?\", " \ + "\"(IMPLIB_)?(PREFIX|SUFFIX)\", or \"LINKER_LANGUAGE\". " \ "Failure to follow this rule is not diagnosed and leaves the location " \ "of the target undefined." |