[Cmake-commits] CMake branch, next, updated. v2.8.9-1178-g4aaeb80

Brad King brad.king at kitware.com
Mon Oct 22 13:59:24 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  4aaeb805fa8261a9edfbe12f3de562e918a35d8c (commit)
       via  0cc00b06d807a6cbdd74eb1f8f518c2266eecabc (commit)
      from  61af3150500ca2657c86268e11dd6f40e3d55b4b (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=4aaeb805fa8261a9edfbe12f3de562e918a35d8c
commit 4aaeb805fa8261a9edfbe12f3de562e918a35d8c
Merge: 61af315 0cc00b0
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 22 13:59:22 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 22 13:59:22 2012 -0400

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


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0cc00b06d807a6cbdd74eb1f8f518c2266eecabc
commit 0cc00b06d807a6cbdd74eb1f8f518c2266eecabc
Author:     Stephen Kelly <steveire at gmail.com>
AuthorDate: Fri Oct 19 16:07:01 2012 +0200
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Mon Oct 22 13:59:04 2012 -0400

    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:


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list