univrsal / spectralizer

Audio visualizer plugin for obs-studio
GNU General Public License v2.0
591 stars 58 forks source link

Installs the plugin into the wrong prefix #44

Closed yurivict closed 3 years ago

yurivict commented 3 years ago

Here https://github.com/univrsal/spectralizer/blob/master/CMakeLists.txt#L163 the path /usr/lib is hardcoded.

The correct path in general is LIBRARY DESTINATION "lib/obs-plugins".