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