<div dir="ltr">Bug number 6195 has been submitted for this. &lt;<a href="http://public.kitware.com/Bug/view.php?id=6195">http://public.kitware.com/Bug/view.php?id=6195</a>&gt; &nbsp;I have most of the work completed but still needs some testing and some tweaking. You can pull the patches and apply them to your copy of CMake and rebuild if you want.<div>
<br></div><div>Mike Jackson<br><br><div class="gmail_quote">On Tue, Sep 23, 2008 at 4:09 AM, Joachim de Vries <span dir="ltr">&lt;<a href="mailto:jvr@ashampoo.com">jvr@ashampoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
CMake version 2.7-20080708<br>
<br>
Mac OSX 10.5<br>
XCode 3.0<br>
<br>
<br>
I had to get the MACOSX_DEPLOYMENT_TARGET set correctly in the generated XCode projects. I tried a lot but<br>
could&#39;nt find a solution so I had a look at the source and could&#39;nt find anything about CMAKE_OSX_DELPOYMENT_TARGET. It seemed to me like a not used settings. So I made a change:<br>
<br>
in cmGlobalXCodeGenerator.cxx at:<br>
<br>
line 2467:<br>
const char* deploymentTarget =<br>
 &nbsp; this-&gt;CurrentMakefile-&gt;GetDefinition(&quot;CMAKE_OSX_DEPLOYMENT_TARGET&quot;);<br>
if(osxArch &amp;&amp; sysroot &amp;&amp; deploymentTarget)<br>
 &nbsp; &nbsp; &nbsp;line 2517:<br>
if (deploymentTarget)<br>
 &nbsp; &nbsp; &nbsp; {<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; buildSettings-&gt;AddAttribute(&quot;MAC_OSX_DEPLOYMENT_TARGET&quot;,<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; this-&gt;CreateString(deploymentTarget));<br>
 &nbsp; &nbsp; &nbsp; &nbsp; }<br>
<br>
<br>
Is this ok or do you think it maybe could cause a problem?<br>
<br>
Can you change this in one of your next cmake versions?<br>
<br>
Regards<br><font color="#888888">
Joachim de Vries<br>
_______________________________________________<br>
CMake mailing list<br>
<a href="mailto:CMake@cmake.org" target="_blank">CMake@cmake.org</a><br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</font></blockquote></div><br></div></div>