Skip to content

Fix pkgconfig creation with cmake.

Ralph Giles requested to merge cmake into master

The cmake build script was not setting a VORBIS_LIBS variable that is used to update pkg-config files. This results in linking errors in downstream projects due to missing dependencies (in this case libm).

This patch just updates the cmake script to behave the same as configure does currently.

Signed-off-by: evpobr evpobr@gmail.com

Merge request reports