libsdl-org / SDL_mixer

An audio mixer that supports various file formats for Simple Directmedia Layer.
zlib License
433 stars 146 forks source link

cmake: make FindVorbis.cmake compatible with upstream's VorbisConfig.cmake #454

Closed madebr closed 2 years ago

madebr commented 2 years ago

Fixes #451

sezero commented 2 years ago

You need to modify the install target in CMakeLists.txt (see CI failure)

-                cmake/Findvorbisfile.cmake
+                cmake/FindVorbis.cmake
madebr commented 2 years ago

You need to modify the install target in CMakeLists.txt (see CI failure)

-                cmake/Findvorbisfile.cmake
+                cmake/FindVorbis.cmake

Thanks! Fixed it!