From a80465bcad064d61f3da9bb08c6d4eb52ecb34e9 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 16 Jan 2023 15:14:25 -0500 Subject: GHS: Drop debugging message from log --- Modules/CMakeDetermineCompilerId.cmake | 2 -- 1 file changed, 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 -- cgit v0.12