-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fails to cmake #1
Comments
Thanks for the hint. I checked against 3.7.0, 3.7.1 and some versions from git and it worked every time. I would like to experience the problem on my system to be sure to fix it. --Volker |
I'm using the default packages for Debian (unstable). This means that its installed in /usr (and not /usr/local). This location means that pkg returns nothing when asked for what include flags are needed (which is its specified behaviour) which then triggers the issue in the CMakefile system. If you create a new module (say in /tmp) with 'gr_modtool newmod testissue', then look in cmake/Modules and compare the .cmake files it now generates you can see the change that have been done to get around this issue. |
Thanks for the clarification. I took the FindGnuradioRuntime.cmake from gnuradio-3.7.1 which should fix this bug. |
Hi,
When I try to cmake your program, it fails with:
This is because of a bug in the FindGnuradioRuntime.cmake file which was fixed in version 3.7.1 of gnuradio.
Thanks,
Matt
The text was updated successfully, but these errors were encountered: