summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeDetermineCompilerId.cmake
diff options
context:
space:
mode:
authorAlex Neundorf <neundorf@kde.org>2012-06-12 20:27:34 (GMT)
committerAlex Neundorf <neundorf@kde.org>2012-06-12 20:27:34 (GMT)
commit0b343cb71e00871591af28452fff8a577ce27a65 (patch)
tree0e1cac7142dfe3c1b1ffc0e7999dece5e12bace2 /Modules/CMakeDetermineCompilerId.cmake
parentebc702c86df3df203d2a0f070c61c1434616193f (diff)
downloadCMake-0b343cb71e00871591af28452fff8a577ce27a65.zip
CMake-0b343cb71e00871591af28452fff8a577ce27a65.tar.gz
CMake-0b343cb71e00871591af28452fff8a577ce27a65.tar.bz2
ASM compiler detection: remove debug output (#13270)
This must have been left in accidentially. Alex
Diffstat (limited to 'Modules/CMakeDetermineCompilerId.cmake')
-rw-r--r--Modules/CMakeDetermineCompilerId.cmake6
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}\" "