diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-28 14:22:58 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-28 14:22:58 (GMT) |
commit | 789f0b26d9d18c4f020637ec1d63d25923765ab3 (patch) | |
tree | 453125f5ad518a9144994f30e10ae09c88e0d4c9 /Source | |
parent | 5b18b80b58a73814af8869cbfe17701156e913c3 (diff) | |
download | CMake-789f0b26d9d18c4f020637ec1d63d25923765ab3.zip CMake-789f0b26d9d18c4f020637ec1d63d25923765ab3.tar.gz CMake-789f0b26d9d18c4f020637ec1d63d25923765ab3.tar.bz2 |
COMP: fix typo
Alex
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmGlobalVisualStudio6Generator.cxx | 2 |
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"); |