<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<div><br></div><div>I'm using CMake 2.6.4 to generate xcode projects for iphone apps. &nbsp;I have nearly everything working, except that my specified setting for CMAKE_OSX_SYSROOT is being ignored in favor of the "Current OS" setting. &nbsp;I am specifying it like this:</div><div><br></div><div>set(CMAKE_OSX_ROOT iphoneos2.1)</div><div><br></div><div>from looking at this post:</div><div><br></div><div><a href="http://stackoverflow.com/questions/822404/how-to-set-up-cmake-to-build-an-app-for-the-iphone">http://stackoverflow.com/questions/822404/how-to-set-up-cmake-to-build-an-app-for-the-iphone</a></div><div><br></div><div>Once my projects are generated, I simply have to change the SDK root in xcode to have it use the iphone SDK, but I'd like to get CMake to use the SDK I'm telling it to use.</div><div><br></div><div>Thanks,</div><div>Kenny
 Riddile</div></td></tr></table>