package/poppler: fix build with cmake < 3.10
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 2 Jun 2019 19:19:22 +0000 (21:19 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 8 Jun 2019 19:35:46 +0000 (21:35 +0200)
commitfa25bf1d69df6290d2dd19d6fa4ba6fea4ebe88a
treeb95ea79935de458d584ee39ef9afa1a6a570daaa
parentb91a6cc49acb2594bb3d5a357b32af5ff916c095
package/poppler: fix build with cmake < 3.10

poppler requires threads, and our compiler always accepts the -pthread
argument, so THREADS_HAVE_PTHREAD_ARG can safely be set to ON.

Fixes:
 - http://autobuild.buildroot.org/results/f9e24d38d3aa4519615c5a0ae7f62af610df976f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
[Arnout: set THREADS_HAVE_PTHREAD_ARG instead of THREADS_PTHREAD_ARG,
and set it to ON instead of OFF because we always have threads.]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/poppler/poppler.mk