On 11/22/2010 10:42 AM, ycollette.nos...@free.fr wrote:
> I have tried to launch cmake from the visual studio console and from a fresh
> dos console in which I set the paths to intel fortran bin directory and the
> result is that cmake doesn't detect xilink.
> In the first case (visual console),
nsole with path set to intel compiler), cmake cannot
detect a linker.
YC
- Mail Original -
De: "ycollette nospam"
À: cmake@cmake.org
Envoyé: Lundi 22 Novembre 2010 16h02:22 GMT +01:00 Amsterdam / Berlin / Berne /
Rome / Stockholm / Vienne
Objet: Re: [CMake] Using xilink
Hello,
I have added set_property(TARGET Arc3D PROPERTY INTERPROCEDURAL_OPTIMIZATION
1) in my CMakeLists.txt.
I have removed the include(CMakeDetermineFortranCompiler) from my
CMakeLists.txt.
Now, the intel fortran compiler is still correctly detected, but it seems that
the microsoft visual l
On 11/22/2010 08:34 AM, Michael Wild wrote:
> On 11/22/2010 07:56 AM, ycollette.nos...@free.fr wrote:
>> 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
>> for
On 11/22/2010 07:56 AM, ycollette.nos...@free.fr wrote:
> 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.
>
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 li