Grc missing cmake files?

Hi guys,

I have just installed a fresh GRC via pybombs. I want to install the
sdrangelove from osmocom.org and when I run the cmake …/ it returns an
error stating:

CMake Error at CMakeLists.txt:151 (find_package):
By not providing “FindGnuradio.cmake” in CMAKE_MODULE_PATH this
project
has
asked CMake to find a package configuration file provided by
“Gnuradio”,
but CMake did not find one.

Could not find a package configuration file provided by “Gnuradio”
(requested version 3.7.3) with any of the following names:

GnuradioConfig.cmake gnuradio-config.cmake

Add the installation prefix of “Gnuradio” to CMAKE_PREFIX_PATH or set
“Gnuradio_DIR” to a directory containing one of the above files. If
“Gnuradio” provides a separate development package or SDK, be sure it
has
been installed.

I cannot locate these two files and wonder where they should have been
install to when using pybombs instead of binaries.

thanks to all,
John

On 12/08/2014 05:38 AM, John M. wrote:

I cannot locate these two files and wonder where they should have been
install to when using pybombs instead of binaries.

This file will be installed to /lib/cmake/gnuradio.

We did some updates a while back to the CMake files, but if you have a
recent GNU Radio you should be fine. Unless sdrangelove is somehow
relying on old stuff.

Cheers,
M

Install gnuradio-dev.

This will add the files you are missing. It only took me a couple of
hours to figure it out!

Dan