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 Console5

implicit none

print *, 'Hello World'

end program Console5


and my CmakeLists is:

PROJECT(HelloW Fortran)

add_executable (HelloW Console5.f90)


Could you please help me with this problem.

 Créez votre adresse électronique prenom....@laposte.net 
 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.
_______________________________________________
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