From 82a01df535c9434787abcc26881986d85052adf7 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Mon, 2 Dec 2002 15:43:09 -0500 Subject: [PATCH] ENH: remove forced enable language call because a PROJECT command is now added to each project --- Source/cmLocalUnixMakefileGenerator.cxx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx index 25cc8f517..e309bc5cb 100644 --- a/Source/cmLocalUnixMakefileGenerator.cxx +++ b/Source/cmLocalUnixMakefileGenerator.cxx @@ -38,15 +38,6 @@ cmLocalUnixMakefileGenerator::~cmLocalUnixMakefileGenerator() void cmLocalUnixMakefileGenerator::Generate(bool fromTheTop) { - // for backwards compatibility if niether c or cxx is - // enabled, the enable cxx - if(! (m_GlobalGenerator->GetLanguageEnabled("C") || - m_GlobalGenerator->GetLanguageEnabled("CXX"))) - { - m_GlobalGenerator->EnableLanguage("CXX",m_Makefile); - } - - // suppoirt override in output directories if (m_Makefile->GetDefinition("LIBRARY_OUTPUT_PATH")) {