blob: f69c01afec251dbd5f3077d982c64890182de1bc (
plain)
1
2
3
4
5
6
7
|
CMAKE_COMPILER_IS_GNUG77
------------------------
.. versionadded:: 3.7
True if the ``Fortran`` compiler is GNU.
Use :variable:`CMAKE_Fortran_COMPILER_ID <CMAKE_<LANG>_COMPILER_ID>` instead.
|