[CMake] CMake 2.6.2, Xcode and Fortran...

Bill Hoffman bill.hoffman at kitware.com
Tue Oct 14 10:46:18 EDT 2008


Michael Jackson wrote:
> I can not comment on the Xcode stuff BUT have you tried to build your 
> application using plain makefiles. I know it isn't as nice as an IDE BUT 
> if it works with Makefiles then the problem is definitely one with Xcode 
> project generation and not CMake in general.
> 
> Also, if you are not tied to Xcode AND makefiles will work for your 
> needs then you can use Eclipse CDT instead of Xcode as an IDE. There is 
> a CMake Wiki Entry for setting this up. Just presenting options.
> 
> 

Xcode does not support fortran.  There is some add-on that is not
supported by Apple, but it does not like the cmake generated Xcode files
for some reason.   If Xcode had real support for Fortran, CMake could be
made to work with it.

-Bill



More information about the CMake mailing list