[CMake] Using xilink

ycollette.nospam at free.fr ycollette.nospam at free.fr
Mon Nov 22 01:56:46 EST 2010


Hello,

I have a fortran project and I use the fortran intel compiler under windows XP 64 bits with cmake 2.8.2.
I added include(CMakeDetermineFortranCompiler) in my project and the intel fortran compiler is correctly detected.
But the intel linker is not correctly detected. Only the microsoft linker is detected. But to be able tu use the IPO option, using the xilink compiler is a necessity.
How can I force my project to use xilink instead of microsoft linker ?

YC


More information about the CMake mailing list