On 2010-08-30 13:11+0200 Giraudon Cyril wrote:

Hello,

I'd like to use CMake to build a fortran project (ifort) and
on my win64 machine, I have no C/C++ compiler.

CMake seems to check always  C/C++ compilers  and this makes errors.

So I'd like to know if there is any way to disable C/C++ compiler tests ?

project(<projectname> Fortran)

or

project(<projectname> NONE)
enable_language(Fortran)

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state implementation
for stellar interiors (freeeos.sf.net); PLplot scientific plotting software
package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of
Linux Links project (loll.sf.net); and the Linux Brochure Project
(lbproject.sf.net).
__________________________

Linux-powered Science
__________________________
_______________________________________________
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