<div dir="ltr">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:<div><br></div><div>in Modules/Platform/Windows-Intel-Fortran line 3:</div><div><br></div><div>




<span></span>





<p class="gmail-p1" style="margin:0px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo"><span class="gmail-s1" style="font-variant-ligatures:no-common-ligatures">set(_COMPILE_Fortran " /fpp")</span></p>


<br></div><div>which looks to me like cmake is adding this flag by default to all fortran files not .F90 vs .f90.  Also we are using our own preprocessor which would also complicate things.  Can you guys remove the setting of this flag?  </div><div><br></div><div>Tony</div><div><br></div></div>