summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-09-15 15:31:54 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-09-15 15:31:54 (GMT)
commitb1f3e1043915666079a9ca4b82d0fe3548c50d36 (patch)
tree3751ea9501ea0ae8b904667bc154d3256fa8193f /Source/cmGlobalVisualStudio7Generator.cxx
parent49b554c1b3f17171f768214182483b4ec3cf73cd (diff)
downloadCMake-b1f3e1043915666079a9ca4b82d0fe3548c50d36.zip
CMake-b1f3e1043915666079a9ca4b82d0fe3548c50d36.tar.gz
CMake-b1f3e1043915666079a9ca4b82d0fe3548c50d36.tar.bz2
BUG: make sure env CC and CXX are not set for VS IDE builds
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.cxx b/Source/cmGlobalVisualStudio7Generator.cxx
index cda991b..f3db0cc 100644
--- a/Source/cmGlobalVisualStudio7Generator.cxx
+++ b/Source/cmGlobalVisualStudio7Generator.cxx
@@ -35,6 +35,7 @@ void cmGlobalVisualStudio7Generator::EnableLanguage(std::vector<std::string>cons
mf->AddDefinition("CMAKE_GENERATOR_CC", "cl");
mf->AddDefinition("CMAKE_GENERATOR_CXX", "cl");
mf->AddDefinition("CMAKE_GENERATOR_RC", "rc");
+ mf->AddDefinition("CMAKE_GENERATOR_NO_COMPILER_ENV", "1");
mf->AddDefinition("CMAKE_GENERATOR_Fortran", "ifort");
// Create list of configurations requested by user's cache, if any.