You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update f90/CMakeLists.txt to only use Fortran flags for Fortran files (magnetotellurics#39)
Before, several flags were being specified for the ModEM target that were not
properly being wrapped in a CMake generator expression. Currently this is not a
problem at all, but it would prevent any C files to be included, as CMake will
try to use these flags when compiling a C file.
This will prevent that issue occurring if a C file is added in the future.
0 commit comments