diff options
-rw-r--r-- | Source/cmGlobalCodeWarriorGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalCodeWarriorGenerator.cxx b/Source/cmGlobalCodeWarriorGenerator.cxx index fff678a..1a5f7ff 100644 --- a/Source/cmGlobalCodeWarriorGenerator.cxx +++ b/Source/cmGlobalCodeWarriorGenerator.cxx @@ -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); } } |