Bartlett, Roscoe A wrote:
Hello,
Does anyone know if the XCode generator for CMake support Fortran as a compiler? We have a Trilinos developer that tried to use CMake to generate an XCode project but it does not know how to handle the Fortran files.

Xcode itself does not support Fortran. There is some third party plugin, but I think there are some issues.

Here is a previous thread about this:
http://www.cmake.org/pipermail/cmake/2008-October/024609.html

Here is a bug report:
http://public.kitware.com/Bug/view.php?id=7591

I think with Fortran right now, you are going to have to use makefiles, and not Xcode projects.

-Bill
_______________________________________________
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

Reply via email to