[Poppler-bugs] [Bug 103157] CMake: patches for mingw build
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Nov 2 22:51:24 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=103157
--- Comment #12 from Sandro Mani <manisandro at gmail.com> ---
Hmm I think the only alternative is
set_target_properties(poppler PROPERTIES VERSION 71.0.0 SOVERSION 71)
if(MINGW)
get_target_property(LIBPOPPLER_SOVERSION poppler SOVERSION)
set_target_properties(poppler PROPERTIES SUFFIX
"-${LIBPOPPLER_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
endif(MINGW)
would that work?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20171102/0f67199d/attachment.html>
More information about the Poppler-bugs
mailing list