Merge topic 'RemoveASMDebugOutput'

0b343cb ASM compiler detection: remove debug output (#13270)
This commit is contained in:
David Cole 2012-06-14 16:28:44 -04:00 committed by CMake Topic Stage
commit a7ae34a97f
1 changed files with 0 additions and 6 deletions

View File

@ -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}\" "