summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-04-06 19:06:08 (GMT)
committerBrad King <brad.king@kitware.com>2005-04-06 19:06:08 (GMT)
commit1c4337d778bb726f7c32ecae29f79ffa39ba0a06 (patch)
tree53920dd113a72f627a8d1286dd419392d1ea89e3 /Source/cmGlobalUnixMakefileGenerator.cxx
parent6f95540ac771ae9f09c7aedb22ec1027ea3f15eb (diff)
downloadCMake-1c4337d778bb726f7c32ecae29f79ffa39ba0a06.zip
CMake-1c4337d778bb726f7c32ecae29f79ffa39ba0a06.tar.gz
CMake-1c4337d778bb726f7c32ecae29f79ffa39ba0a06.tar.bz2
ENH: Removed CMAKE_GENERATOR_NEW now that the old unix makefile generator is never used.
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator.cxx')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator.cxx b/Source/cmGlobalUnixMakefileGenerator.cxx
index e4b7f51..14ea749 100644
--- a/Source/cmGlobalUnixMakefileGenerator.cxx
+++ b/Source/cmGlobalUnixMakefileGenerator.cxx
@@ -31,7 +31,6 @@ void cmGlobalUnixMakefileGenerator::EnableLanguage(std::vector<std::string>const
cmMakefile *mf)
{
mf->AddDefinition("CMAKE_CFG_INTDIR",".");
- mf->AddDefinition("CMAKE_GENERATOR_NEW", "1");
this->cmGlobalGenerator::EnableLanguage(languages, mf);
std::string path;
for(std::vector<std::string>::const_iterator l = languages.begin();