[Cmake-commits] (no subject)

lokmane.abbas-turki lokman.abbas-turki at laposte.net
Thu Aug 13 04:12:55 EDT 2009




Hi,

I cannot create a Visual Frotran Project using Intel Fortran 11.0 on Visual Studio 9. When I  press "configure" on the CMake GUI I have the following error:

CMake Error at C:/PRogram Files/CMake 2.6/share/cmake-2.6/Modules/CMakeTestFortranCompiler.cmake:25 (MESSAGE): The Fortran compiler "C:/Program Files/Intel/Compiler/11.0/061/fortran/Bin/IA32/ifort.exe" is not able to compile a simple test program.

My program is a simple Hello world program:
    program Console4

    implicit none

    print *, 'Hello World'

    end program Console4

and my CmakeLists is:

PROJECT(Console Fortran)

add_executable (Console Console4.f90)


Could you please help me with this problem.

 Créez votre adresse électronique prenom.nom at laposte.net 
 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake-commits/attachments/20090813/e7864fcd/attachment-0001.htm>


More information about the Cmake-commits mailing list