diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-12-12 09:12:49 -0500 |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-12-12 09:12:49 -0500 |
commit | 89fe29a41a03e63e53197f61584029e987898634 (patch) | |
tree | d578b7055f18a35f1d36ebbc2e5ceb3fe3ba7385 /Modules/CMakeCXXCompiler.cmake.in | |
parent | 256947ed08cbcbd82bd80fa58630f272c398f6ef (diff) | |
download | cmake-89fe29a41a03e63e53197f61584029e987898634.tar.gz |
ENH: reduce the number of times gnu is tested for
Diffstat (limited to 'Modules/CMakeCXXCompiler.cmake.in')
-rw-r--r-- | Modules/CMakeCXXCompiler.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/CMakeCXXCompiler.cmake.in b/Modules/CMakeCXXCompiler.cmake.in index 6dcba48d59..4324b98efc 100644 --- a/Modules/CMakeCXXCompiler.cmake.in +++ b/Modules/CMakeCXXCompiler.cmake.in @@ -1,4 +1,5 @@ SET(CMAKE_CXX_COMPILER "@CMAKE_CXX_COMPILER@") SET(CMAKE_COMPILER_IS_GNUCXX @CMAKE_COMPILER_IS_GNUCXX@) SET(CMAKE_CXX_COMPILER_LOADED 1) +SET(CMAKE_COMPILER_IS_GNUCC_RUN 1) |