summaryrefslogtreecommitdiffstats
path: root/Source/cmAddLibraryCommand.cxx
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2001-11-08 16:40:06 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2001-11-08 16:40:06 (GMT)
commit53f8721f996042d38d8fa88780875309b56a6450 (patch)
tree9566050acffc6ef7e30a6a757ce98a1c9ef20e8d /Source/cmAddLibraryCommand.cxx
parent3acc545b06e56fe3976a84748373d509a054b051 (diff)
downloadCMake-53f8721f996042d38d8fa88780875309b56a6450.zip
CMake-53f8721f996042d38d8fa88780875309b56a6450.tar.gz
CMake-53f8721f996042d38d8fa88780875309b56a6450.tar.bz2
Break the "to infinity and beyond" stuff
Diffstat (limited to 'Source/cmAddLibraryCommand.cxx')
-rw-r--r--Source/cmAddLibraryCommand.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmAddLibraryCommand.cxx b/Source/cmAddLibraryCommand.cxx
index 2bc9ab0..64f3264 100644
--- a/Source/cmAddLibraryCommand.cxx
+++ b/Source/cmAddLibraryCommand.cxx
@@ -91,6 +91,7 @@ bool cmAddLibraryCommand::InitialPass(std::vector<std::string> const& args)
std::string copy = *s;
m_Makefile->ExpandVariablesInString(copy);
srclists.push_back(copy);
+ ++s;
}
m_Makefile->AddLibrary(libname.c_str(), shared, srclists);