FC.rst 460 B

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