diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-10-19 14:07:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-10-22 17:59:04 (GMT) |
commit | 0cc00b06d807a6cbdd74eb1f8f518c2266eecabc (patch) | |
tree | 64c3b9aa999c32904b4b0726c2db7d635f960a47 /Source/cmDocumentLocationUndefined.h | |
parent | 7ded904329635b490467ddf06d87b2620da470aa (diff) | |
download | CMake-0cc00b06d807a6cbdd74eb1f8f518c2266eecabc.zip CMake-0cc00b06d807a6cbdd74eb1f8f518c2266eecabc.tar.gz CMake-0cc00b06d807a6cbdd74eb1f8f518c2266eecabc.tar.bz2 |
Document LOCATION undefined behavior with use of LINKER_LANGUAGE.
Diffstat (limited to 'Source/cmDocumentLocationUndefined.h')
-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." |