summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-06-28 14:22:58 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-06-28 14:22:58 (GMT)
commit789f0b26d9d18c4f020637ec1d63d25923765ab3 (patch)
tree453125f5ad518a9144994f30e10ae09c88e0d4c9 /Source/cmGlobalVisualStudio6Generator.cxx
parent5b18b80b58a73814af8869cbfe17701156e913c3 (diff)
downloadCMake-789f0b26d9d18c4f020637ec1d63d25923765ab3.zip
CMake-789f0b26d9d18c4f020637ec1d63d25923765ab3.tar.gz
CMake-789f0b26d9d18c4f020637ec1d63d25923765ab3.tar.bz2
COMP: fix typo
Alex
Diffstat (limited to 'Source/cmGlobalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.cxx b/Source/cmGlobalVisualStudio6Generator.cxx
index b980aa2..860cbff 100644
--- a/Source/cmGlobalVisualStudio6Generator.cxx
+++ b/Source/cmGlobalVisualStudio6Generator.cxx
@@ -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");