diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-08-21 17:16:07 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-08-21 17:16:07 (GMT) |
commit | 9f870d3efbb89021b4c3fb931938f8724d5d75e4 (patch) | |
tree | d77e0cae57376654b6f16689be6401625d087fa1 /Source/cmMakefile.cxx | |
parent | 96f8d18f8d41f867c506b7f770effd0723023582 (diff) | |
download | CMake-9f870d3efbb89021b4c3fb931938f8724d5d75e4.zip CMake-9f870d3efbb89021b4c3fb931938f8724d5d75e4.tar.gz CMake-9f870d3efbb89021b4c3fb931938f8724d5d75e4.tar.bz2 |
minor bug
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index dc187ef..9948b90 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -190,7 +190,7 @@ bool cmMakefile::CommandExists(const char* name) const return (m_Commands.find(name) != m_Commands.end()); } -void cmMakefile::ExecuteCommand(std::string &name, +void cmMakefile::ExecuteCommand(std::string const &name, std::vector<std::string> const& arguments) { // quick return if blocked |