From 2db8d671e7e9a23f436589c43185d35c8c0a9cd3 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 1 May 2007 14:35:55 -0400 Subject: [PATCH] ENH: Changed GNUC compiler id name to GNU. --- Modules/CMakeCCompilerId.c | 2 +- Modules/CMakeCXXCompilerId.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/CMakeCCompilerId.c b/Modules/CMakeCCompilerId.c index 08a41289e..0d8a215bc 100644 --- a/Modules/CMakeCCompilerId.c +++ b/Modules/CMakeCCompilerId.c @@ -22,7 +22,7 @@ static char const info_compiler[] = "INFO:compiler[" #elif defined(__IBMC__) "VisualAge" #elif defined(__GNUC__) -"GNUC" +"GNU" #elif defined(_MSC_VER) "MSVC" #elif defined(_COMPILER_VERSION) diff --git a/Modules/CMakeCXXCompilerId.cpp b/Modules/CMakeCXXCompilerId.cpp index 87baea273..183950fa2 100644 --- a/Modules/CMakeCXXCompilerId.cpp +++ b/Modules/CMakeCXXCompilerId.cpp @@ -23,7 +23,7 @@ static char const info_compiler[] = "INFO:compiler[" #elif defined(__IBMCPP__) "VisualAge" #elif defined(__GNUC__) -"GNUC" +"GNU" #elif defined(_MSC_VER) "MSVC" #elif defined(_COMPILER_VERSION)