xbmc / visualization.spectrum

Spectrum visualizer for Kodi
GNU General Public License v2.0
8 stars 23 forks source link

[Matrix] fix standalone build with newer glm versions (>= 0.9.9.6) #45

Closed AlwinEsch closed 4 years ago

AlwinEsch commented 4 years ago

On GLM 0.9.9.6 they have removed for me not understandable reason the install on his cmake :roll_eyes:.

If now the addon becomes created as standalone (debian, gentoo... builds) the integated addon depends are not used and takes system installed ones, but as that there PkgConfig or cmake parts no more available, are them not found by find_package(glm REQUIRED).

This add now a cmake find script about to allow further use of them.