Andrea Pappacoda
Andrea Pappacoda
Unfortunately I'll won't be able to check if this was fixed for me, but the others are welcome to do it of course :)
I'd like to note that currently the generated pkg-config file sets the `Version` field to `9.0.0` because `SIMDJSON_LIB_VERSION` is set to that. Edit: why is it set to that value?...
> I imagine we would like to be able to do something like... > > ``` > cmake -DCMAKE_INSTALL_PREFIX:PATH=destination -B build > cmake --build build > cmake --install build >...
This should honor CMAKE_PREFIX_PATH too Edit: sorry for the lazy replybut I'm on my phone :/
Ok, I now understand what you meant- sorry but I wasn't at home and I replied without reading carefully what you wrote. The .pc file generated with this module should...
I gave up implementing a full pkg-config generator from scratch- it really should be implemented in upstream CMake. On the other hand, I finalized "classic" pkg-config generation, i.e. the one...
Sorry, I completely forgot about this PR! I've now addressed absolute path handling, and this should be now ready to be merged. I've added the fix in a separate commit...
I've also added a CI job that tests the generated pkg-config file. I didn't know where to add it, so I just created a new Debian Testing runner, partly because...
@lemire sorry for the ping, but this is now ready and tested by CI. Should I do something else to get this merged?
Thanks :tada: