Martin Braun
Martin Braun
We can also, very easily, add tools for common OS's to identify .sigmf as tar, and .sigmf.gz as tar.gz etc. I like @djanderson's approach -- it's common practice, and solves...
I'm also not convinced this is really a SigMF problem. I see how it makes writing SQL SigMF converters a bit more complicated, but they also solve really, really different...
I see the same thing.
It looks like forcing `-fPIC` will fix this. Here's my changes to CMakeRC.cmake: ```cmake # Generate the actual static library. Each source file is just a single file # with...
I'm just not quite sure if that's a general solution.
Thanks @themarpe. You would have to do ```cmake set_property(TARGET foo-resources PROPERTY POSITION_INDEPENDENT_CODE ON) ``` in your example (aliases are not permitted in `set_property()`), but your comment was spot-on. Thanks!
@neel @themarpe I would suggest closing this issue. This ^^^ is the right answer. It might be worth putting into the docs.
I'm putting this into our internal review/CI queue.
Thanks for this fix!
I see no value in replacing Boost.Test and Boost.Program_options.