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  9267a6a1cdeea5b8847c903e114334280d6bb90c (commit)
       via  0b343cb71e00871591af28452fff8a577ce27a65 (commit)
      from  77f471b8405f93d8aaaaf56c4b5f4e31642d9f49 (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=9267a6a1cdeea5b8847c903e114334280d6bb90c
commit 9267a6a1cdeea5b8847c903e114334280d6bb90c
Merge: 77f471b 0b343cb
Author:     Alexander Neundorf <neund...@kde.org>
AuthorDate: Tue Jun 12 16:29:14 2012 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Tue Jun 12 16:29:14 2012 -0400

    Merge topic 'RemoveASMDebugOutput' into next
    
    0b343cb ASM compiler detection: remove debug output (#13270)


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0b343cb71e00871591af28452fff8a577ce27a65
commit 0b343cb71e00871591af28452fff8a577ce27a65
Author:     Alex Neundorf <neund...@kde.org>
AuthorDate: Tue Jun 12 22:27:34 2012 +0200
Commit:     Alex Neundorf <neund...@kde.org>
CommitDate: Tue Jun 12 22:27:34 2012 +0200

    ASM compiler detection: remove debug output (#13270)
    
    This must have been left in accidentially.
    
    Alex

diff --git a/Modules/CMakeDetermineCompilerId.cmake 
b/Modules/CMakeDetermineCompilerId.cmake
index 686cc9b..67f5a59 100644
--- a/Modules/CMakeDetermineCompilerId.cmake
+++ b/Modules/CMakeDetermineCompilerId.cmake
@@ -302,12 +302,6 @@ FUNCTION(CMAKE_DETERMINE_COMPILER_ID_VENDOR lang)
       TIMEOUT 10
       )
 
-    IF("${lang}" STREQUAL "ASM")
-      MESSAGE(STATUS "Checked for ${vendor}")
-      MESSAGE(STATUS "   Output: -${output}-")
-      MESSAGE(STATUS "   Result: -${result}-")
-    ENDIF("${lang}" STREQUAL "ASM")
-
     IF("${output}" MATCHES "${regex}")
       FILE(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
         "Checking whether the ${lang} compiler is ${vendor} using \"${flags}\" 
"

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

Summary of changes:
 Modules/CMakeDetermineCompilerId.cmake |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)


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