Joël Jungo
Joël Jungo
I would definitively love this improvement!
Indeed it would be very interesting to have a clean way to do this. There is an interesting issue in the neighborhood [1] [2]. The idea is to regenerate the...
> One way i got around was to define the constant that guards the header (so that the content of that header does not get included) and then define the...
I tried this approach in my project and it not so painful to do that, thanks for the hack! Let's say I have two vendor dependencies `nrf_soc.h` and `nrf_sdm.h` where...
I'm having the same issue on my projects. My (very ugly) workaround is to `git apply` a patch after having fetched through `FetchContent_Declare` where all `IEEE754` related source files are...
I have the same issue, #756 solve it on my side.