ENH: move testing stuff to cmake from configure, good bye dashboard... :)

This commit is contained in:
Bill Hoffman
2001-05-04 11:30:46 -04:00
parent 33e1a4a09a
commit de10cfc72e
19 changed files with 177 additions and 265 deletions
+5 -2
View File
@@ -90,7 +90,10 @@ bool cmFindProgramCommand::Invoke(std::vector<std::string>& args)
m_Makefile->AddDefinition(define, result.c_str());
return true;
}
return false;
std::string error = "Faild to find program: \"";
error += *i;
error += "\" ";
this->SetError(error.c_str());
return true;
}