Merge topic 'load-initial-cache-from-stderr-to-stdout'
6cc0f6b5
cmake: Display "loading initial cache" message on stdout
This commit is contained in:
commit
4ef0f7f62f
|
@ -437,7 +437,7 @@ bool cmake::SetCacheArgs(const std::vector<std::string>& args)
|
|||
return false;
|
||||
}
|
||||
}
|
||||
std::cerr << "loading initial cache file " << path << "\n";
|
||||
std::cout << "loading initial cache file " << path << "\n";
|
||||
this->ReadListFile(args, path.c_str());
|
||||
}
|
||||
else if(arg.find("-P",0) == 0)
|
||||
|
|
Loading…
Reference in New Issue