diff options
author | Berk Geveci <berk.geveci@kitware.com> | 2002-05-01 14:12:48 (GMT) |
---|---|---|
committer | Berk Geveci <berk.geveci@kitware.com> | 2002-05-01 14:12:48 (GMT) |
commit | d0d25bb989bb0f3db290a2cb935c310aa06ec50b (patch) | |
tree | ed8b711732ead6ceca5184edb80d4525df74380c /Source/cmIncludeCommand.cxx | |
parent | a7664e8e01cdae325de0ce379cbd3266130058ba (diff) | |
download | CMake-d0d25bb989bb0f3db290a2cb935c310aa06ec50b.zip CMake-d0d25bb989bb0f3db290a2cb935c310aa06ec50b.tar.gz CMake-d0d25bb989bb0f3db290a2cb935c310aa06ec50b.tar.bz2 |
Reformatted the error printed by cmMakefile.
Diffstat (limited to 'Source/cmIncludeCommand.cxx')
-rw-r--r-- | Source/cmIncludeCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmIncludeCommand.cxx b/Source/cmIncludeCommand.cxx index 54308e4..ce8ce85 100644 --- a/Source/cmIncludeCommand.cxx +++ b/Source/cmIncludeCommand.cxx @@ -35,7 +35,7 @@ bool cmIncludeCommand::InitialPass(std::vector<std::string> const& args) args[0].c_str()); if(!optional && !readit) { - std::string m = "Could not find include file:"; + std::string m = "Could not find include file: "; m += args[0]; this->SetError(m.c_str()); return false; |