]> git.jsancho.org Git - lugaru.git/commit
CMake: Remove OggVorbis CMake module and use pkg_check_modules
authorNeal Gompa <ngompa13@gmail.com>
Sat, 2 Sep 2017 14:05:39 +0000 (10:05 -0400)
committerNeal Gompa <ngompa13@gmail.com>
Sat, 2 Sep 2017 14:05:39 +0000 (10:05 -0400)
commitf6a6e022ec1a6b41f6283497e41a68b000a37b67
tree372ae3d1fe7b509a21382ec84c6a3c774e462ccd
parente3db4dc898a65d75d1cf45325ab1e2c9f477eaa3
CMake: Remove OggVorbis CMake module and use pkg_check_modules

We've long since moved from CMake 2.6 and require at least
CMake 3.0, which includes support for leveraging pkgconfig
modules. Let's use that for the Ogg Vorbis libraries.
CMake/Modules/COPYING-CMAKE-SCRIPTS [deleted file]
CMake/Modules/FindOggVorbis.cmake [deleted file]
CMakeLists.txt