I'm trying to install gr-dab with the following command:
$ cd gr-dab-maint-3.8
$ mkdir build
$ cd build
$cmake ../
$make
$ sudo make install
$ sudo ldconfig
Already when running cmake ../ I fail with the following error message:
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found version "2.7.17")
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.17", minimum required is "2")
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GrTest.cmake:45 (get_target_property):
The LOCATION property may not be read from target "gnuradio-dab". Use the
target name directly with add_custom_command, or use the generator
expression $, as appropriate.
Hello,
I'm trying to install gr-dab with the following command:
$ cd gr-dab-maint-3.8 $ mkdir build $ cd build $cmake ../ $make $ sudo make install $ sudo ldconfig
Already when running cmake ../ I fail with the following error message:
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found version "2.7.17") -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable version "2.7.17", minimum required is "2") CMake Error at /usr/lib/x86_64-linux-gnu/cmake/gnuradio/GrTest.cmake:45 (get_target_property): The LOCATION property may not be read from target "gnuradio-dab". Use the target name directly with add_custom_command, or use the generator expression $, as appropriate.
What do I have to change?