[CMake] Mixed Fortran and C++ projects in Visual Studio with Intel Fortran Compiler

Brad King brad.king at kitware.com
Fri Jun 25 11:53:49 EDT 2010


Marcus Sindermann wrote:
> Now we want to use update 65 of the Fortran compiler. This update
> enforces Visual Studio to use the Intel Fortran xilink for linking
> Fortran projects.

CMake just generates the .vfproj file and then VS is responsible for
the actual build.  If the Fortran plugin is choosing to use xilink
I do not know if there is much CMake can do about it.

Can you modify the project file through the IDE by hand to chose the
linker you want?

-Brad


More information about the CMake mailing list