mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
ENH: move testing stuff to cmake from configure, good bye dashboard... :)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user