<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - CMake: patches for mingw build"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103157#c12">Comment # 12</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - CMake: patches for mingw build"
href="https://bugs.freedesktop.org/show_bug.cgi?id=103157">bug 103157</a>
from <span class="vcard"><a class="email" href="mailto:manisandro@gmail.com" title="Sandro Mani <manisandro@gmail.com>"> <span class="fn">Sandro Mani</span></a>
</span></b>
<pre>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?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>