fix for darwin
This commit is contained in:
parent
46a493ae74
commit
76efcdca06
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue