diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2001-11-08 16:40:06 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2001-11-08 16:40:06 (GMT) |
commit | 53f8721f996042d38d8fa88780875309b56a6450 (patch) | |
tree | 9566050acffc6ef7e30a6a757ce98a1c9ef20e8d /Source | |
parent | 3acc545b06e56fe3976a84748373d509a054b051 (diff) | |
download | CMake-53f8721f996042d38d8fa88780875309b56a6450.zip CMake-53f8721f996042d38d8fa88780875309b56a6450.tar.gz CMake-53f8721f996042d38d8fa88780875309b56a6450.tar.bz2 |
Break the "to infinity and beyond" stuff
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmAddLibraryCommand.cxx | 1 |
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); |