How is this work coming along? I'm using a build of CVS HEAD, which I believe is v2.7.2. Does this currently build the appropriate version of xcode projects? Also, where are the CMAKE_OSX_ variables documented on the Wiki? I can't seem to find them.
--------- Robert Dailey On Fri, Jul 10, 2009 at 3:49 PM, Sean McBride <[email protected]>wrote: > On 7/10/09 1:41 PM, Kenneth Riddile said: > > >I've found that if I don't try to set CMAKE_OSX_SYSROOT in my script, > >but instead set it in the GUI (I'm using the GUI), I can set it to what > >I want, but ONLY if I set it to the full path to the SDK like so: > >/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.1.sdk > > Xcode's ability to specify SDKs by name instead of full path was added > in, IIRC, Xcode 3. Likely CMake does not support that syntax. Indeed, > to do so, it would need to somehow map names to paths and unless it > could query Xcode for that mapping it would not be very forward compatible. > > >First, XCode 2.4 > >projects are generated and I believe 3.x projects are required for all > >the features required for iphone development (code-signing, etc). > > See: > <http://public.kitware.com/Bug/view.php?id=9216> > > >Is anyone > >actually using CMake for iphone development and I just don't know what > >I'm doing, or am I trying to do something that's beyond CMake's current > >capabilities? > > I'm pretty sure you are on the bleeding edge here. > > -- > ____________________________________________________________ > Sean McBride, B. Eng [email protected] > Rogue Research www.rogue-research.com > Mac Software Developer Montréal, Québec, Canada > > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the CMake FAQ at: > http://www.cmake.org/Wiki/CMake_FAQ > > Follow this link to subscribe/unsubscribe: > http://www.cmake.org/mailman/listinfo/cmake >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
