lcm-proj / lcm

Lightweight Communications and Marshalling
GNU Lesser General Public License v2.1
1.01k stars 393 forks source link

Use pkgconfig to find glib #520

Closed nosracd closed 3 months ago

nosracd commented 4 months ago

This PR implements the changes described and motivated in this comment.

ihilt commented 4 months ago

In my opinion, this is an improvement since it permits pkg-config to supply the library paths rather than relying on CMake to search only standard paths. This is particularly relevant for systems where libraries are in non-standard locations, e.g. Nix.

tprk77 commented 4 months ago

I'm going to reply in the original thread.

nosracd commented 3 months ago

In a separate thread @tprk77 indicated he was good with this approach.