summaryrefslogtreecommitdiff
path: root/Source/cmDocumentLocationUndefined.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-10-19 16:07:01 +0200
committerBrad King <brad.king@kitware.com>2012-10-22 13:59:04 -0400
commit0cc00b06d807a6cbdd74eb1f8f518c2266eecabc (patch)
tree64c3b9aa999c32904b4b0726c2db7d635f960a47 /Source/cmDocumentLocationUndefined.h
parent7ded904329635b490467ddf06d87b2620da470aa (diff)
downloadcmake-0cc00b06d807a6cbdd74eb1f8f518c2266eecabc.tar.gz
Document LOCATION undefined behavior with use of LINKER_LANGUAGE.
Diffstat (limited to 'Source/cmDocumentLocationUndefined.h')
-rw-r--r--Source/cmDocumentLocationUndefined.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDocumentLocationUndefined.h b/Source/cmDocumentLocationUndefined.h
index d1be77abfd..9aecf21635 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."