Bläddra i källkod

Merge topic 'expand-LOCATION-documentation'

0cc00b0 Document LOCATION undefined behavior with use of LINKER_LANGUAGE.
David Cole 13 år sedan
förälder
incheckning
2b5635ee23
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      Source/cmDocumentLocationUndefined.h

+ 2 - 2
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."