diff options
author | Brad King <brad.king@kitware.com> | 2013-02-20 13:09:34 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-02-20 13:09:34 (GMT) |
commit | f1cd42f8182946109f71fdd37956245c0d8cfb4f (patch) | |
tree | 31459dcccdaae42f25554b267d13387dde64a699 /Source/cmGlobalXCodeGenerator.cxx | |
parent | 54d77467e6e1e631c49e5dcb9518f7459a0b9aea (diff) | |
parent | bed6c388960749b9d93cbb3590896c6a663f83df (diff) | |
download | CMake-f1cd42f8182946109f71fdd37956245c0d8cfb4f.zip CMake-f1cd42f8182946109f71fdd37956245c0d8cfb4f.tar.gz CMake-f1cd42f8182946109f71fdd37956245c0d8cfb4f.tar.bz2 |
Merge topic 'ide-compiler-vars-cleanup'
bed6c38 VS,Xcode: Remove unused CMAKE_GENERATOR_* variables
Diffstat (limited to 'Source/cmGlobalXCodeGenerator.cxx')
-rw-r--r-- | Source/cmGlobalXCodeGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalXCodeGenerator.cxx b/Source/cmGlobalXCodeGenerator.cxx index 7cc1287..b50dc23 100644 --- a/Source/cmGlobalXCodeGenerator.cxx +++ b/Source/cmGlobalXCodeGenerator.cxx @@ -237,8 +237,6 @@ void cmGlobalXCodeGenerator::EnableLanguage(std::vector<std::string>const& cmCacheManager::STRING); } } - mf->AddDefinition("CMAKE_GENERATOR_CC", "gcc"); - mf->AddDefinition("CMAKE_GENERATOR_CXX", "g++"); mf->AddDefinition("CMAKE_GENERATOR_NO_COMPILER_ENV", "1"); if(!this->PlatformToolset.empty()) { |