fix for darwin

This commit is contained in:
Bill Hoffman 2004-09-03 13:48:54 -04:00
parent 46a493ae74
commit 76efcdca06
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ void cmGlobalCodeWarriorGenerator::EnableLanguage(std::vector<std::string>const&
mf->GetRequiredDefinition("CMAKE_ROOT");
fpath += "/Templates/CMakeCodeWarriorConfig.cmake";
mf->ReadListFile(0,fpath.c_str());
this->SetLanguageEnabled("CXX");
this->SetLanguageEnabled("CXX", mf);
}
}