]> sigrok.org Git - pulseview.git/commit - CMakeLists.txt
CMakeLists.txt: Detect glibmm-2.68 in addition to glibmm-2.4
authorVesa-Pekka Palmu <redacted>
Sun, 20 Nov 2022 18:20:09 +0000 (20:20 +0200)
committerGerhard Sittig <redacted>
Mon, 21 Nov 2022 16:02:05 +0000 (17:02 +0100)
commit33c5ac28f73aa35c5fc4bbcf69a5ae61c0b50989
treefb375e850c677394e21ccd33caa833eb4f6b7b4d
parent723ac3f8c56bb5ed0b20f5911f6c449f114d35b6
CMakeLists.txt: Detect glibmm-2.68 in addition to glibmm-2.4

On OS X with homebrew only glibmm-2.68 series is available. As far
as I can tell there are no breaking changes for PulseView on the
glibmm-2.68 ABI change.

This change still prefers glibmm-2.4 if found, and uses 2.4 if both
2.4 and 2.68 are available.
CMakeLists.txt