diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-01-20 17:30:03 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-01-20 17:30:03 (GMT) |
commit | 36dd18efce8c87bf6ce7d49c961987fc4f22324c (patch) | |
tree | b70e7b6598a77895c4a5998a007f39b13600b72d /Modules/CMakeCCompiler.cmake.in | |
parent | beb584e7a1d73901d1b0494e5c60d25df6d6ef68 (diff) | |
download | CMake-36dd18efce8c87bf6ce7d49c961987fc4f22324c.zip CMake-36dd18efce8c87bf6ce7d49c961987fc4f22324c.tar.gz CMake-36dd18efce8c87bf6ce7d49c961987fc4f22324c.tar.bz2 |
ENH: stuff to keep compiler tests from re-running all the time
Diffstat (limited to 'Modules/CMakeCCompiler.cmake.in')
-rw-r--r-- | Modules/CMakeCCompiler.cmake.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Modules/CMakeCCompiler.cmake.in b/Modules/CMakeCCompiler.cmake.in index 1ed00bf..a767e8f 100644 --- a/Modules/CMakeCCompiler.cmake.in +++ b/Modules/CMakeCCompiler.cmake.in @@ -10,11 +10,7 @@ IF(CMAKE_COMPILER_IS_CYGWIN) SET(UNIX 1) ENDIF(CMAKE_COMPILER_IS_CYGWIN) -SET(CMAKE_VC_COMPILER_TESTS_RUN 1) -SET(CMAKE_COMPILER_SUPPORTS_PDBTYPE @CMAKE_COMPILER_SUPPORTS_PDBTYPE@) -SET(CMAKE_COMPILER_2005 @CMAKE_COMPILER_2005@) -SET(CMAKE_USING_VC_FREE_TOOLS @CMAKE_USING_VC_FREE_TOOLS@) - +SET(CMAKE_C_COMPILER_ENV_VAR "CC") IF(CMAKE_COMPILER_IS_MINGW) SET(MINGW 1) |