Revert "fix linking with msvc"

Authored by pino on May 14 2017, 10:45 AM.

Description

Revert "fix linking with msvc"

while this will break build with MSVC, the changes there do not take
into account how libpoppler was actually build, i.e. with or without
libjpeg, libopenjpeg (1 vs 2), libpng, etc

since the solution was too much fragile (and working around the fact
that the cmake build system for poppler builds libpoppler as static),
let's remove it for now

This reverts commit 6d5209723d4614edd9ddc11d03978d16a0fdca70.

Details

Committed
pinoMay 14 2017, 10:47 AM
Parents
R8:014bdd1166b6: cmake: switch to the FindPoppler module from ECM
Branches
Unknown
Tags
Unknown
Reverts
R8:6d5209723d46: fix linking with msvc