Some versions of ifort may need additional command line options to ensure all examples work correctly. To set options for the fortran compiler you need to set the FC environment variable before running cmake. The syntax depends on which shell you are using, e.g.
export FC="ifort --assume byterecl" (bash / sh)
setenv FC "ifort --assume byterecl" (csh / tcsh)
The content of this page is available under the GNU Free Documentation License 1.2.