diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-12-11 20:01:43 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-01-08 11:32:53 +0100 |
commit | fde62f32c05ce24320fed50e5a1cca1efef16003 (patch) | |
tree | cbfa42b20891f49c749e8e815e2b055b9748ab95 /gr-uhd/CMakeLists.txt | |
parent | 00e5ec6e9a0d2a02a75e482543b98e17ca2dd54b (diff) |
cmake: Less warnings, more info
Diffstat (limited to 'gr-uhd/CMakeLists.txt')
-rw-r--r-- | gr-uhd/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-uhd/CMakeLists.txt b/gr-uhd/CMakeLists.txt index d306dc6952..43ac4ab8a9 100644 --- a/gr-uhd/CMakeLists.txt +++ b/gr-uhd/CMakeLists.txt @@ -36,6 +36,7 @@ GR_REGISTER_COMPONENT("gr-uhd" ENABLE_GR_UHD ENABLE_GR_BLOCKS ENABLE_GR_ANALOG ) +message(STATUS " UHD Version: ${UHD_VERSION}") GR_SET_GLOBAL(GR_UHD_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/include |