diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-12-12 14:12:49 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-12-12 14:12:49 (GMT) |
commit | 89fe29a41a03e63e53197f61584029e987898634 (patch) | |
tree | d578b7055f18a35f1d36ebbc2e5ceb3fe3ba7385 /Modules/CMakeCCompiler.cmake.in | |
parent | 256947ed08cbcbd82bd80fa58630f272c398f6ef (diff) | |
download | CMake-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.in | 2 |
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) |