浏览代码

ASM compiler detection: remove debug output (#13270)

This must have been left in accidentially.

Alex
Alex Neundorf 13 年之前
父节点
当前提交
0b343cb71e
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      Modules/CMakeDetermineCompilerId.cmake

+ 0 - 6
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}\" "