diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-02-12 07:49:37 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-05-25 21:37:51 +0200 |
commit | 46776233e603a6edfadebef55cd7b43b43a26a44 (patch) | |
tree | 7126ce636e2cf2ef3f938d2bcdcd2291ea465641 /host/lib/version.cpp | |
parent | cbae0ea6770b2c7093523050af2dd7e06caef425 (diff) | |
download | uhd-46776233e603a6edfadebef55cd7b43b43a26a44.tar.gz uhd-46776233e603a6edfadebef55cd7b43b43a26a44.tar.bz2 uhd-46776233e603a6edfadebef55cd7b43b43a26a44.zip |
Add detection for LEA-M8F
Diffstat (limited to 'host/lib/version.cpp')
-rw-r--r-- | host/lib/version.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/version.cpp b/host/lib/version.cpp index 2b7125e55..24d4bc2b4 100644 --- a/host/lib/version.cpp +++ b/host/lib/version.cpp @@ -22,7 +22,7 @@ #ifndef UHD_DONT_PRINT_SYSTEM_INFO UHD_STATIC_BLOCK(print_system_info){ - std::cout + std::cerr << BOOST_PLATFORM << "; " << BOOST_COMPILER << "; " << "Boost_" << BOOST_VERSION << "; " |