From 950d93360aa7fa4a44cf62c4532c4f43543c3906 Mon Sep 17 00:00:00 2001 From: Szilard Pall Date: Fri, 18 Jan 2013 04:50:13 +0100 Subject: [PATCH] remove unnecessary cmake messages Unfortunately f8885a6 slipped in with two debug messages in the compiler version detection code. This commit removes them so we're back to clean & silent cmake. Change-Id: I322183445f75688e3626e8c2382186ce1df1d0a1 --- cmake/gmxGetCompilerInfo.cmake | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmake/gmxGetCompilerInfo.cmake b/cmake/gmxGetCompilerInfo.cmake index 8c3b27f696..01430fc016 100644 --- a/cmake/gmxGetCompilerInfo.cmake +++ b/cmake/gmxGetCompilerInfo.cmake @@ -65,9 +65,6 @@ macro(get_compiler_version) CACHE STRING "C compiler version not available" FORCE) endif () endif() - message("CMAKE_C_COMPILER_VERSION: ${CMAKE_C_COMPILER_VERSION}") - message("C_COMPILER_VERSION: ${C_COMPILER_VERSION}") - if(NOT CXX_COMPILER_VERSION AND CMAKE_CXX_COMPILER_LOADED) set(_cxx_dumpversion_res 0) -- 2.22.0