diff options
author | Brad King <brad.king@kitware.com> | 2023-01-16 20:14:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-01-18 21:41:00 (GMT) |
commit | a80465bcad064d61f3da9bb08c6d4eb52ecb34e9 (patch) | |
tree | ab54da9e57eddf78d84bed6ea79327185ddcb904 /Modules/CMakeDetermineCompilerId.cmake | |
parent | 919944968785e0f86d937cc251abfdb965f946be (diff) | |
download | CMake-a80465bcad064d61f3da9bb08c6d4eb52ecb34e9.zip CMake-a80465bcad064d61f3da9bb08c6d4eb52ecb34e9.tar.gz CMake-a80465bcad064d61f3da9bb08c6d4eb52ecb34e9.tar.bz2 |
GHS: Drop debugging message from log
Diffstat (limited to 'Modules/CMakeDetermineCompilerId.cmake')
-rw-r--r-- | Modules/CMakeDetermineCompilerId.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/CMakeDetermineCompilerId.cmake b/Modules/CMakeDetermineCompilerId.cmake index 828e02f..8eec8f5 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 |