Dominik Szczerba wrote:
> I want to compile one file with fortran compiler (intel) and link with
> the rest of my project. Will the latest cmake allow to fully cmakify
> such scenario?

FYI, CMake HEAD from CVS has a whole bunch of new features for mixed
Fortran/C++ support.  The main feature is that CMake now automatically
detects the implicit language runtime libraries used by each language.
When a single executable contains both C++ and Fortran code CMake
chooses the C++ compiler to drive the linker and passes the implicit
Fortran libraries explicitly.

The FortranCInterface module has been completely rewritten.  It was
accidentally included in the 2.6.x release series and will not be
supported in its old form.

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