ENH: add a message at the end of the cmake run telling the user where things were written.
This commit is contained in:
parent
ff7757e34c
commit
997ee7b8d6
@ -1213,6 +1213,9 @@ int cmake::Run(const std::vector<std::string>& args, bool noconfigure)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
ret = this->Generate();
|
ret = this->Generate();
|
||||||
|
std::string message = "Build files have been written to: ";
|
||||||
|
message += this->GetHomeOutputDirectory();
|
||||||
|
this->UpdateProgress(message.c_str(), -1);
|
||||||
if(ret)
|
if(ret)
|
||||||
{
|
{
|
||||||
return ret;
|
return ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user