klonyyy / MCUViewer

Real-time embedded variable & trace viewer
GNU General Public License v3.0
802 stars 80 forks source link

Make cmake detect the installed version of spdlog #31

Closed wimalopaan closed 9 months ago

wimalopaan commented 9 months ago

... the title says all.

Looks like version 1.11 of spdlog is hardcoded. On arch-linux there is actually 1.13.

klonyyy commented 9 months ago

Good point. Will fix that in next release. Thanks!