summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeCCompiler.cmake.in
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-12-12 14:12:49 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-12-12 14:12:49 (GMT)
commit89fe29a41a03e63e53197f61584029e987898634 (patch)
treed578b7055f18a35f1d36ebbc2e5ceb3fe3ba7385 /Modules/CMakeCCompiler.cmake.in
parent256947ed08cbcbd82bd80fa58630f272c398f6ef (diff)
downloadCMake-89fe29a41a03e63e53197f61584029e987898634.zip
CMake-89fe29a41a03e63e53197f61584029e987898634.tar.gz
CMake-89fe29a41a03e63e53197f61584029e987898634.tar.bz2
ENH: reduce the number of times gnu is tested for
Diffstat (limited to 'Modules/CMakeCCompiler.cmake.in')
-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 c9d5008..ad748ee 100644
--- a/Modules/CMakeCCompiler.cmake.in
+++ b/Modules/CMakeCCompiler.cmake.in
@@ -13,4 +13,4 @@ ENDIF(CMAKE_COMPILER_IS_CYGWIN)
IF(CMAKE_COMPILER_IS_MINGW)
SET(MINGW 1)
ENDIF(CMAKE_COMPILER_IS_MINGW)
-
+SET(CMAKE_COMPILER_IS_GNUCC_RUN 1)