FC.rst 510 B

1234567891011121314
  1. FC
  2. --
  3. .. versionadded:: 3.10
  4. .. include:: ENV_VAR.txt
  5. Preferred executable for compiling ``Fortran`` language files. Will only be used
  6. by CMake on the first configuration to determine ``Fortran`` compiler, after
  7. which the value for ``Fortran`` is stored in the cache as
  8. :variable:`CMAKE_Fortran_COMPILER <CMAKE_<LANG>_COMPILER>`. For any
  9. configuration run (including the first), the environment variable will be
  10. ignored if the :variable:`CMAKE_Fortran_COMPILER <CMAKE_<LANG>_COMPILER>`
  11. variable is defined.