. 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]
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