xiph / vorbis

Reference implementation of the Ogg Vorbis audio format.
BSD 3-Clause "New" or "Revised" License
450 stars 183 forks source link

cmake: install headers into lower case include path instead #62

Closed DeadSix27 closed 4 years ago

DeadSix27 commented 4 years ago

The majority of software includes the vorbis headers from a lower case directory thus fails to find it if its upper case on case-sensitive file systems, this commit resolves that.

(That AppVeyor fail seems unrelated) this fix is also in #63, which got created after i made this PR

evpobr commented 4 years ago

Oops, sorry for that. Should I delete fix from my PR?

DeadSix27 commented 4 years ago

@evpobr Keep it, cleaner to have it all in one, just edit the description and add "resolves #62 "