Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake error installing gr-dab #51

Open
VDelport opened this issue Jun 10, 2022 · 0 comments
Open

CMake error installing gr-dab #51

VDelport opened this issue Jun 10, 2022 · 0 comments

Comments

@VDelport
Copy link

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 $<TARGET_FILE>, as appropriate.

What do I have to change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant