diff options
author | David Cole <david.cole@kitware.com> | 2012-06-14 20:28:44 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-06-14 20:28:44 (GMT) |
commit | a7ae34a97f315577b444747e32539ce8630b421e (patch) | |
tree | cd9dbc870dd266a1f39d60688c8f76eb11f4a4f7 /Modules | |
parent | 7717d964b86f86e001641d1afea84c327e336ee7 (diff) | |
parent | 0b343cb71e00871591af28452fff8a577ce27a65 (diff) | |
download | CMake-a7ae34a97f315577b444747e32539ce8630b421e.zip CMake-a7ae34a97f315577b444747e32539ce8630b421e.tar.gz CMake-a7ae34a97f315577b444747e32539ce8630b421e.tar.bz2 |
Merge topic 'RemoveASMDebugOutput'
0b343cb ASM compiler detection: remove debug output (#13270)
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CMakeDetermineCompilerId.cmake | 6 |
1 files changed, 0 insertions, 6 deletions
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}\" " |