gr-fosphor/cmake: Require GNURadio 3.7.2

There is several things we need in it :

 - linux: the X multi-threading fixes
 - all: the flowgraph shutdown sequence fixes
 - all: the newest gr-fft window stuff

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2013-11-12 07:47:10 +01:00
parent a2011455f4
commit 32a28fc495
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ endif (QT_FOUND)
# Find gnuradio build dependencies
########################################################################
set(GR_REQUIRED_COMPONENTS RUNTIME FFT)
find_package(Gnuradio 3.7 REQUIRED)
find_package(Gnuradio 3.7.2 REQUIRED)
find_package(CppUnit)
if(NOT CPPUNIT_FOUND)