mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
9784834b4c
So, editor(s) can correctly highlight the RST syntax in the included files.
13 lines
352 B
ReStructuredText
13 lines
352 B
ReStructuredText
FFLAGS
|
|
------
|
|
|
|
.. include:: include/ENV_VAR.rst
|
|
|
|
Add default compilation flags to be used when compiling ``Fortran`` files.
|
|
|
|
.. |CMAKE_LANG_FLAGS| replace:: :variable:`CMAKE_Fortran_FLAGS <CMAKE_<LANG>_FLAGS>`
|
|
.. |LANG| replace:: ``Fortran``
|
|
.. include:: include/LANG_FLAGS.rst
|
|
|
|
See also :variable:`CMAKE_Fortran_FLAGS_INIT <CMAKE_<LANG>_FLAGS_INIT>`.
|