Re: [CMake] CMake without C/C++ compiler check.

2010-08-31 Thread Giraudon Cyril
Oh sorry. thanks a lot, Cyril. Le 30/08/2010 13:23, Jed Brown a écrit : On Mon, 30 Aug 2010 13:11:46 +0200, Giraudon Cyril cyril.girau...@free.fr 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

[CMake] CMake without C/C++ compiler check.

2010-08-30 Thread Giraudon Cyril
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 ? Thanks a lot, Cyril.

Re: [CMake] CMake without C/C++ compiler check.

2010-08-30 Thread Jed Brown
On Mon, 30 Aug 2010 13:11:46 +0200, Giraudon Cyril cyril.girau...@free.fr 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

Re: [CMake] CMake without C/C++ compiler check.

2010-08-30 Thread Alan W. Irwin
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++