summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineCompilerId.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-01-16 15:14:25 -0500
committerBrad King <brad.king@kitware.com>2023-01-18 16:41:00 -0500
commita80465bcad064d61f3da9bb08c6d4eb52ecb34e9 (patch)
treeab54da9e57eddf78d84bed6ea79327185ddcb904 /Modules/CMakeDetermineCompilerId.cmake
parent919944968785e0f86d937cc251abfdb965f946be (diff)
downloadcmake-a80465bcad064d61f3da9bb08c6d4eb52ecb34e9.tar.gz
GHS: Drop debugging message from log
Diffstat (limited to 'Modules/CMakeDetermineCompilerId.cmake')
-rw-r--r--Modules/CMakeDetermineCompilerId.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/CMakeDetermineCompilerId.cmake b/Modules/CMakeDetermineCompilerId.cmake
index 828e02f536..8eec8f5ca7 100644
--- a/Modules/CMakeDetermineCompilerId.cmake
+++ b/Modules/CMakeDetermineCompilerId.cmake
@@ -85,8 +85,6 @@ function(CMAKE_DETERMINE_COMPILER_ID lang flagvar src)
# If the compiler is still unknown, fallback to GHS
if(NOT CMAKE_${lang}_COMPILER_ID AND "${CMAKE_GENERATOR}" MATCHES "Green Hills MULTI")
set(CMAKE_${lang}_COMPILER_ID GHS)
- file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
- "The ${lang} compiler identification is falling back to GHS.\n\n")
endif()
# CUDA < 7.5 is missing version macros