You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
find_path(ASPLIB_INCLUDE_DIRS "apslib_BiquadFactory.h" should be find_path(ASPLIB_INCLUDE_DIRS " "Biquads/apslib_BiquadFactory.h". All files of asplib should have the prefix asplib.
Yeah you're right. It should be asplib and not libsamplerate. That was one of my first CMake files and I was so happy that it worked and I didn't improve the copy and paste comments ;-)
All of this will be fixed in the next release of asplib. Thanks for the hints.
Could of minors:
https://github.com/kodi-adsp/adsp.biquad.filters/blob/master/Findasplib.cmake#L1 - should be
asplib
, notlibsamplerate
- it's a little confusing for us cmake noobs. :)https://github.com/kodi-adsp/adsp.biquad.filters/blob/master/Findasplib.cmake#L14 - why does this file have the prefix
apslib
and all the others areasplib
? I'm assuming it's a typo, although the file does actually exist with theapslib
prefix...The text was updated successfully, but these errors were encountered: