diff options
author | Martin Braun <martin.braun@ettus.com> | 2019-10-30 12:37:30 -0700 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-11-01 12:20:31 +0100 |
commit | b1c588d78571c58b7e9953f4b841f8546ff9da06 (patch) | |
tree | 321a07812eadaa5fa2ac17e55b592f425cfd42d6 /gr-uhd/CMakeLists.txt | |
parent | 5099fd9a492face0facfc4a8a6923d5ce76b7b31 (diff) |
uhd: Bump minimum version to 3.9.7
Diffstat (limited to 'gr-uhd/CMakeLists.txt')
-rw-r--r-- | gr-uhd/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/CMakeLists.txt b/gr-uhd/CMakeLists.txt index 0ce9299d02..bf017bde74 100644 --- a/gr-uhd/CMakeLists.txt +++ b/gr-uhd/CMakeLists.txt @@ -22,7 +22,7 @@ ######################################################################## include(GrBoost) -find_package(UHD "3.5.5") +find_package(UHD "3.9.7") ######################################################################## # Register component |