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  6fb8c88e9b102ab21f8467b1dbec39afb047ad7f (commit)
       via  1db6955b06d9f17907fb7e9dff41669260b29779 (commit)
      from  c9ba2ec19f87cca2cd247d910a5746729d6960f5 (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=6fb8c88e9b102ab21f8467b1dbec39afb047ad7f
commit 6fb8c88e9b102ab21f8467b1dbec39afb047ad7f
Merge: c9ba2ec 1db6955
Author:     David Cole <[email protected]>
AuthorDate: Tue Aug 23 13:34:20 2011 -0400
Commit:     CMake Topic Stage <[email protected]>
CommitDate: Tue Aug 23 13:34:20 2011 -0400

    Merge topic 're-suppress-warning' into next
    
    1db6955 Xcode: Suppress same-old warning again.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=1db6955b06d9f17907fb7e9dff41669260b29779
commit 1db6955b06d9f17907fb7e9dff41669260b29779
Author:     David Cole <[email protected]>
AuthorDate: Tue Aug 23 13:33:24 2011 -0400
Commit:     David Cole <[email protected]>
CommitDate: Tue Aug 23 13:33:24 2011 -0400

    Xcode: Suppress same-old warning again.
    
    They changed the wording of it slightly with Xcode 4.

diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in
index 0047e68..e175d9f 100644
--- a/CTestCustom.cmake.in
+++ b/CTestCustom.cmake.in
@@ -42,6 +42,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
   "warning:.*is.*misused, please use.*"
   "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
   "cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast
+  "ld: warning: directory not found for option .-(F|L)"
   )
 
 IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")

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

Summary of changes:
 CTestCustom.cmake.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to