ENH: remove print

This commit is contained in:
Bill Hoffman 2006-03-11 11:53:30 -05:00
parent 08bb4d52ba
commit 5a8e1e4942
1 changed files with 0 additions and 1 deletions

View File

@ -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());
}
}