Skip to content

CMake improvements

Issam E. Maghni requested to merge iemaghni/ogg:cmake-improvements into master

Vorbis is defined as vorbis, not libvorbis in CMake. So I renambed libogg to ogg for consistency.

I also restricted CMake to C. This way, CMake would not look for CXX at all, and wouldn’t fail if CXX is not found. Compare before and after.

I bumped to 3.0 to use VERSION.

Edited by Issam E. Maghni

Merge request reports