From e103b5e67061c9b22cce2e36cf9b40a8213ecb82 Mon Sep 17 00:00:00 2001 From: Nicholas Corgan Date: Fri, 17 Jun 2016 08:14:14 -0700 Subject: uhd_config_info: added missing --boost-version option --- host/utils/uhd_config_info.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'host/utils') diff --git a/host/utils/uhd_config_info.cpp b/host/utils/uhd_config_info.cpp index 4279c325d..c4034e560 100644 --- a/host/utils/uhd_config_info.cpp +++ b/host/utils/uhd_config_info.cpp @@ -1,5 +1,5 @@ // -// Copyright 2015 National Instruments Corp. +// Copyright 2015-2016 National Instruments Corp. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -35,6 +35,7 @@ int UHD_SAFE_MAIN(int argc, char* argv[]) { ("cxx-flags", "Print C++ compiler flags") ("enabled-components", "Print built-time enabled components") ("install-prefix", "Print install prefix") + ("boost-version", "Print Boost version") ("libusb-version", "Print libusb version") ("print-all", "Print everything") ("version", "Print this UHD build's version") -- cgit v1.2.3