Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update GNU Radio minimal required version
  • Loading branch information
bastibl committed Jun 29, 2015
1 parent 6e00b66 commit 2f71946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -90,7 +90,7 @@ set(GRC_BLOCKS_DIR ${GR_PKG_DATA_DIR}/grc/blocks)
# Find gnuradio build dependencies
########################################################################
set(GR_REQUIRED_COMPONENTS RUNTIME PMT)
find_package(Gnuradio)
find_package(Gnuradio 3.7.6 REQUIRED)
find_package(CppUnit)

# To run a more advanced search for GNU Radio and it's components and
Expand Down
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -74,7 +74,7 @@ I used this block for automated performance tests with no-GUI flow graphs.

### Dependencies

GNU Radio v3.7
GNU Radio v3.7.6


### Installation
Expand Down

0 comments on commit 2f71946

Please sign in to comment.