[Cmake-commits] CMake branch, next, updated. v2.8.9-1159-g7296b7d

Stephen Kelly steveire at gmail.com
Fri Oct 19 10:11:50 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  7296b7d5132082634110eb9d20d1f8860c3a68b3 (commit)
       via  61f6c891b0e790fa9c694846d04211521a2aeecb (commit)
      from  1e74f075c3e155a78da01aef2e913718a0c7a070 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7296b7d5132082634110eb9d20d1f8860c3a68b3
commit 7296b7d5132082634110eb9d20d1f8860c3a68b3
Merge: 1e74f07 61f6c89
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 19 10:11:43 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Oct 19 10:11:43 2012 -0400

    Merge topic 'expand-LOCATION-documentation' into next
    
    61f6c89 Document LOCATION undefined behavior with use of LINKER_LANGUAGE.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=61f6c891b0e790fa9c694846d04211521a2aeecb
commit 61f6c891b0e790fa9c694846d04211521a2aeecb
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 19 16:07:01 2012 +0200
Commit:     Stephen Kelly <steveire at gmail.com>
CommitDate: Fri Oct 19 16:10:27 2012 +0200

    Document LOCATION undefined behavior with use of LINKER_LANGUAGE.

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

-----------------------------------------------------------------------

Summary of changes:
 Source/cmDocumentLocationUndefined.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list