Re: [CMake] linker associated to ifort fortran compiler

2010-09-29 Thread Arjen Markus
Hello Eric, On 2010-09-29 17:51, pellegrini wrote: Hello everybody, I would like to compile my project using intel fortran compiler on my windows machine. When running the following commands: cmake -DCMAKE_Fortran_Compiler=ifort -G"NMake Makefiles" nmake VERBOSE=1 I can see that nmake use

[CMake] linker associated to ifort fortran compiler

2010-09-29 Thread pellegrini
Hello everybody, I would like to compile my project using intel fortran compiler on my windows machine. When running the following commands: cmake -DCMAKE_Fortran_Compiler=ifort -G"NMake Makefiles" nmake VERBOSE=1 I can see that nmake use the linker 'lib' provided with the intel fortran com