ENH: remove print
This commit is contained in:
parent
08bb4d52ba
commit
5a8e1e4942
|
@ -301,7 +301,6 @@ bool cmake::SetCacheArgs(const std::vector<std::string>& args)
|
|||
cmSystemTools::Error("No cmake script provided.");
|
||||
return false;
|
||||
}
|
||||
std::cerr << "Running cmake script file " << path.c_str() << "\n";
|
||||
this->ReadListFile(path.c_str());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue