szatmary / libcaption

Free open-source CEA608 / CEA708 closed-caption encoder/decoder
MIT License
151 stars 64 forks source link

Fix CMAKE_BUILD_TYPE (for Debug) #19

Closed jnguyen75 closed 7 years ago

jnguyen75 commented 7 years ago

When building the library (whether directly or as a third party dependency), passing CMAKE_BUILD_TYPE=Debug would sometimes build for Release.

To fix this, this PR: