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  2b29b89590906034e3ddace24c8fe145cce8771d (commit)
       via  6b71bf88766ac968a389f2813f8f9244e3f561b4 (commit)
      from  bb8ef43a060a90d5e7f686c44a7ec5b5754b17ca (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=2b29b89590906034e3ddace24c8fe145cce8771d
commit 2b29b89590906034e3ddace24c8fe145cce8771d
Merge: bb8ef43 6b71bf8
Author:     Alexander Neundorf <neund...@kde.org>
AuthorDate: Fri Jul 29 17:30:34 2011 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Fri Jul 29 17:30:34 2011 -0400

    Merge topic 'RemoveDebugOutput' into next
    
    6b71bf8 Remove debug output from CheckSymbolExists


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6b71bf88766ac968a389f2813f8f9244e3f561b4
commit 6b71bf88766ac968a389f2813f8f9244e3f561b4
Author:     Alex Neundorf <neund...@kde.org>
AuthorDate: Fri Jul 29 23:27:28 2011 +0200
Commit:     Alex Neundorf <neund...@kde.org>
CommitDate: Fri Jul 29 23:27:28 2011 +0200

    Remove debug output from CheckSymbolExists
    
    ...which shouldn't have been committed.
    
    Alex

diff --git a/Modules/CheckSymbolExists.cmake b/Modules/CheckSymbolExists.cmake
index a62aa70..be7d658 100644
--- a/Modules/CheckSymbolExists.cmake
+++ b/Modules/CheckSymbolExists.cmake
@@ -40,7 +40,6 @@ MACRO(CHECK_SYMBOL_EXISTS SYMBOL FILES VARIABLE)
 ENDMACRO(CHECK_SYMBOL_EXISTS)
 
 MACRO(_CHECK_SYMBOL_EXISTS SOURCEFILE SYMBOL FILES VARIABLE)
-message(STATUS "files: -${FILES}-")
   IF("${VARIABLE}" MATCHES "^${VARIABLE}$")
     SET(CMAKE_CONFIGURABLE_FILE_CONTENT "/* */\n")
     SET(MACRO_CHECK_SYMBOL_EXISTS_FLAGS ${CMAKE_REQUIRED_FLAGS})

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

Summary of changes:


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to