You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for noting this. While technically one can use GNU Radio without the Python layer (thus not requiring SWIG), I don't know a single person who does this. So I am of the opinion that your first solution mandating the use of SWIG is the way to go.
I'm happy to handle this, unless you'd rather do the honors.
Building without SWIG seems to work fine but it breaks the examples, resulting e.g. in #11.
Is SWIG always required for gr-lora to work? If it is, we should make the build fail if it can't be found, by changing CMakeLists.txt line 31 to
find_package(SWIG REQUIRED)
If there are cases where you want to just skip the Python bindings, we could instead add a warning before CMakeLists.txt line 34 like
Since I'm a total GNUradio noob, I can't tell which one is right, so not opening a PR yet
¯\_(ツ)_/¯
The text was updated successfully, but these errors were encountered: