mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-04-14 23:03:14 +00:00
Avoid the requirement of Boost 1.45, since Debian 6.0.6 uses 1.42
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@322 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
parent
5fa9e0b458
commit
67246d9efe
@ -82,9 +82,10 @@ int main(int argc, char** argv)
|
||||
if (FLAGS_log_dir.empty())
|
||||
{
|
||||
// temp_directory_path() is only available from
|
||||
// Boost 1.45. Ubuntu 10.10 ships with 1.42
|
||||
// Boost 1.45. Ubuntu 10.10 and Debian 6.0.6 ships with 1.42
|
||||
std::cout << "Logging will be done at "
|
||||
<< boost::filesystem::temp_directory_path()
|
||||
//<< boost::filesystem::temp_directory_path()
|
||||
<< "/tmp"
|
||||
<< std::endl
|
||||
<< "Use gnss-sdr --log_dir=/path/to/log to change that."
|
||||
<< std::endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user