From cd3c98d0325dc6c4a8085cc4863114b6fbd08415 Mon Sep 17 00:00:00 2001 From: Brad King Date: Sat, 18 Feb 2006 16:36:50 -0500 Subject: ENH: Clarified error message. --- Source/cmFileCommand.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index e1214d2..7d6c3d0 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -459,8 +459,8 @@ bool cmFileCommand::HandleInstallCommand( } if ( !cmSystemTools::FileIsDirectory(destination.c_str()) ) { - std::string errstring = "found file: " + destination + - " where expecting directory with the same name."; + std::string errstring = "INSTALL destination: " + destination + + " is not a directory."; this->SetError(errstring.c_str()); return false; } -- cgit v0.12