FC.rst 486 B

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