summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-08-27 12:41:07 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-08-27 12:41:07 (GMT)
commit731369ef9cfaa68dfb8582e8db873929a4cd645a (patch)
treee3c331251c22a0d969647bfac571fc410d8cad42 /Source/cmGlobalVisualStudio7Generator.cxx
parentad4f98f3cf20c3befa18979521736dc49b458a6c (diff)
downloadCMake-731369ef9cfaa68dfb8582e8db873929a4cd645a.zip
CMake-731369ef9cfaa68dfb8582e8db873929a4cd645a.tar.gz
CMake-731369ef9cfaa68dfb8582e8db873929a4cd645a.tar.bz2
ENH: try to initialize all languages at the same time
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.cxx b/Source/cmGlobalVisualStudio7Generator.cxx
index fc46ddb..26f16db 100644
--- a/Source/cmGlobalVisualStudio7Generator.cxx
+++ b/Source/cmGlobalVisualStudio7Generator.cxx
@@ -28,7 +28,7 @@ cmGlobalVisualStudio7Generator::cmGlobalVisualStudio7Generator()
}
-void cmGlobalVisualStudio7Generator::EnableLanguage(const char* lang,
+void cmGlobalVisualStudio7Generator::EnableLanguage(std::vector<std::string>const & lang,
cmMakefile *mf)
{
mf->AddDefinition("CMAKE_CFG_INTDIR","$(IntDir)");