Re: [CMake] Generator for Xcode 3.0+?

2009-06-28 Thread Doug Gregor
I hacked up a patch against current CMake CVS to support generation of Xcode 3.0 and Xcode 3.1 projects, which I've attached to the bug report for this feature,: http://public.kitware.com/Bug/view.php?id=9216 It's working for me when building LLVM+Clang in Xcode 3.1. I'd appreciate if other

Re: [CMake] Generator for Xcode 3.0+?

2009-06-19 Thread Daniel Blezek
Hi, For some of our code, I need to have an environment variable set, and for a while I had OpenMP support turned on in Xcode. CMake doesn't support these things directly, so I wrote a short AppleScript. Use it FWIW. #! /bin/sh TABWIDTH=`osascript ENDOFSCRIPT tell application Xcode

[CMake] Generator for Xcode 3.0+?

2009-06-18 Thread Doug Gregor
When I build an Xcode project using CMake, Xcode loads and builds the project fine but claims that the project is Xcode 2.4 compatible. Has anyone looked into what it would take to generate Xcode 3.0+ projects? - Doug ___ Powered by www.kitware.com

Re: [CMake] Generator for Xcode 3.0+?

2009-06-18 Thread Michael Jackson
What is the difference and what does a project that is Xcode 3.0+ compatible gain you? In other words, what are we missing by NOT having a true Xcode 3.0+ compatible project? --- Mike Jackson www.bluequartz.net On Jun 18, 2009, at 2:31 PM, Doug Gregor wrote: When I build

Re: [CMake] Generator for Xcode 3.0+?

2009-06-18 Thread David Cole
Nope. Feel free to have a go at it... (Or maybe a volunteer from Apple's Xcode development team would be interested in helping out...? :-) On Thu, Jun 18, 2009 at 2:31 PM, Doug Gregor doug.gre...@gmail.com wrote: When I build an Xcode project using CMake, Xcode loads and builds the project

Re: [CMake] Generator for Xcode 3.0+?

2009-06-18 Thread E. Wing
On 6/18/09, Michael Jackson mike.jack...@bluequartz.net wrote: What is the difference and what does a project that is Xcode 3.0+ compatible gain you? In other words, what are we missing by NOT having a true Xcode 3.0+ compatible project? Since CMake does a very good job with dependency

Re: [CMake] Generator for Xcode 3.0+?

2009-06-18 Thread Doug Gregor
On Thu, Jun 18, 2009 at 3:04 PM, E. Wingewmail...@gmail.com wrote: On 6/18/09, Michael Jackson mike.jack...@bluequartz.net wrote: What is the difference and what does a project that is Xcode 3.0+ compatible gain you? In other words, what are we missing by NOT having a true Xcode 3.0+