ENH: remove forced enable language call because a PROJECT command is now added to each project
This commit is contained in:
parent
ddbc9e6292
commit
82a01df535
@ -38,15 +38,6 @@ cmLocalUnixMakefileGenerator::~cmLocalUnixMakefileGenerator()
|
|||||||
|
|
||||||
void cmLocalUnixMakefileGenerator::Generate(bool fromTheTop)
|
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
|
// suppoirt override in output directories
|
||||||
if (m_Makefile->GetDefinition("LIBRARY_OUTPUT_PATH"))
|
if (m_Makefile->GetDefinition("LIBRARY_OUTPUT_PATH"))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user