Skip to content

Windows: only set SOVERSION for shared libs

Jeroen Ooms requested to merge jeroen/poppler:mingw-static into master

This fixes a bug in the cmake config that unconditionally sets properties that are only valid for shared libraries. After this fix it is possible to build static poppler on mingw-w64.

Merge request reports