JvanKatwijk / dab-cmdline

DAB decoding library with example of its use
GNU General Public License v2.0
57 stars 29 forks source link

library/CMakeLists.txt: fix typo #57

Closed borine closed 5 years ago

borine commented 5 years ago

cmake for the library currently fails because of a type in a filename in library/CMakeLists.txt. This PR corrects that error

JvanKatwijk commented 5 years ago

Thanks, as soon as I am back in my working environment I ll apply the patch

On Sun, Mar 17, 2019, 4:07 PM borine notifications@github.com wrote:

cmake for the library currently fails because of a type in a filename in library/CMakeLists.txt. This PR corrects that error

You can view, comment on, or merge this pull request online at:

https://github.com/JvanKatwijk/dab-cmdline/pull/57 Commit Summary

  • library/CMakeLists.txt: fix typo

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JvanKatwijk/dab-cmdline/pull/57, or mute the thread https://github.com/notifications/unsubscribe-auth/AITzwABd0P4pRHm6P935QJS_BtCLeM6Bks5vXloegaJpZM4b4cUl .

JvanKatwijk commented 5 years ago

Thanks for the effort