<br><br><div class="gmail_quote">On Wed, Apr 14, 2010 at 10:42 AM, Michael Wild <span dir="ltr">&lt;<a href="mailto:themiwi@gmail.com">themiwi@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5"><br>
On 14. Jan, 2010, at 16:46 , Michael Wild wrote:<br>
<br>
&gt;<br>
&gt; On 14. Jan, 2010, at 16:18 , Michael Wild wrote:<br>
&gt;<br>
&gt;&gt; Hi all<br>
&gt;&gt;<br>
&gt;&gt; I think that the Xcode generate is buggy as the linker flags are not inherited from the compile flags as they do in the Unix Makefile generator. Is this known/fixed/intentional or should I report a bug?<br>
&gt;&gt;<br>
&gt;&gt; Michael<br>
&gt;<br>
&gt; Setting CMAKE_{SHARED,EXE,MODULE}_LINKER_FLAGS explicitly works but it seems that there is another bug, preventing custom configurations to work with shared libraries. The flags of CMAKE_EXE_LINKER_FLAGS_CUSTOM get applied to the executable when using configuration Custom, but CMAKE_SHARED_LINKER_FLAGS_CUSTOM are ignored for the shared libraries.<br>

&gt;<br>
&gt; Michael<br>
<br>
<br>
</div></div>Actually, it&#39;s worse: <a href="http://cmake.org/Bug/view.php?id=10552" target="_blank">http://cmake.org/Bug/view.php?id=10552</a><br>
<br>
The Xcode generator does not inherit any compile-flags for the linker-flags and completely ignores configuration-specific linker flags for shared libraries (CMAKE_SHARED_LINKER_FLAGS_&lt;CONFIG&gt;).<br>
<font color="#888888"><br>
Michael</font></blockquote></div><br>Bump<br>