Re: [CMake] Trying to mix C++ and Fortran code...

2010-03-04 Thread Caron, Michael C. (US SSA)
. By simply calling the Intel Fortran Environment setup batch file (ifortvars.bat), we got all of the missing vars setup and the CMake generated makefile started to work flawlessly. Thanks for the help, Mike -Original Message- From: "Caron, Michael C. (US SSA)" Subject: [CMake]

[CMake] Trying to mix C++ and Fortran code...

2010-02-23 Thread Caron, Michael C. (US SSA)
I've just started using CMake and have great hopes for it making my life simpler. I currently have a windows console project that mixes C++ and Fortran code. I have the main body of the code (in Fortran), an interface to display code written in C++(in Fortran), and some display code (C++). I