Re: [CMake] Bug on Windows with Intel Fortran

2018-02-26 Thread Bill Hoffman
On 2/23/2018 10:59 AM, Anthony Zukaitis wrote: On windows I found an issue with Visual studio where intel fortran was attempting to preprocess lowercase .f90 files.  Intel's documentation states that it does not preprocess these files.  Looking into the cmake source code I found: in

[CMake] Bug on Windows with Intel Fortran

2018-02-23 Thread Anthony Zukaitis
On windows I found an issue with Visual studio where intel fortran was attempting to preprocess lowercase .f90 files. Intel's documentation states that it does not preprocess these files. Looking into the cmake source code I found: in Modules/Platform/Windows-Intel-Fortran line 3: