Re: [CMake] CMake Using a C Preprocessor for Fortran Source Files

2011-11-02 Thread Alan W. Irwin
On 2011-11-02 19:27- Schuchard, Matthew wrote: If it matters, these source files will always be built on Linux, so that allows for some flexibility in solutions. For that case, I find fortran preprocessing for gfortran works correctly if I do the following: set_source_files_properties(fo

[CMake] CMake Using a C Preprocessor for Fortran Source Files

2011-11-02 Thread Schuchard, Matthew
Hi, I have three questions about CMake's use of a C Preprocessor for Fortran Source Files. I have scoured the CMake help documentation and googled extensively but have not found any solutions that worked for my specific situations. 1. What is the default C Preprocessor CMake uses for Fortran f