[CMake] .vfproj with cmake

lokmane.abbas-turki lokman.abbas-turki at laposte.net
Fri Aug 14 06:14:53 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 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.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://www.cmake.org/pipermail/cmake/attachments/20090814/2e79cea7/attachment.htm>


More information about the CMake mailing list