COMP: fix typo

Alex
This commit is contained in:
Alexander Neundorf 2007-06-28 10:22:58 -04:00
parent 5b18b80b58
commit 789f0b26d9
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ cmGlobalVisualStudio6Generator::cmGlobalVisualStudio6Generator()
void cmGlobalVisualStudio6Generator
::EnableLanguage(std::vector<std::string>const& lang,
cmMakefile *mf,
bool options)
bool optional)
{
mf->AddDefinition("CMAKE_GENERATOR_CC", "cl");
mf->AddDefinition("CMAKE_GENERATOR_CXX", "cl");