summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-11-20 20:23:14 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-11-20 20:23:14 (GMT)
commitee42cf3c06133835690a33ab82da0aa3d3aa431c (patch)
treedbeedc96027da0174a8a13117ec49d137c58798e
parent9686a9034c1137647d784b83285d40c80c0daf05 (diff)
downloadCMake-ee42cf3c06133835690a33ab82da0aa3d3aa431c.zip
CMake-ee42cf3c06133835690a33ab82da0aa3d3aa431c.tar.gz
CMake-ee42cf3c06133835690a33ab82da0aa3d3aa431c.tar.bz2
BUG: use CMAKE_COMPILER_IS_GNUCC not CMAKE_COMPILER_IS_GNUGCC
-rw-r--r--Modules/CMakeCCompiler.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeCCompiler.cmake.in b/Modules/CMakeCCompiler.cmake.in
index f22fc2a..dd68261 100644
--- a/Modules/CMakeCCompiler.cmake.in
+++ b/Modules/CMakeCCompiler.cmake.in
@@ -1,6 +1,6 @@
SET(CMAKE_C_COMPILER "@CMAKE_C_COMPILER@")
SET(CMAKE_AR "@CMAKE_AR@")
SET(CMAKE_RANLIB "@CMAKE_RANLIB@")
-SET(CMAKE_COMPILER_IS_GNUGCC @CMAKE_COMPILER_IS_GNUGCC@)
+SET(CMAKE_COMPILER_IS_GNUCC @CMAKE_COMPILER_IS_GNUCC@)
SET(CMAKE_C_COMPILER_LOADED 1)