CMake/Auxiliary
Andrew Paprocki a080914274 Fortran: Add compiler ID/Version generator expressions
Adds `Fortran_COMPILER_ID` and `Fortran_COMPILER_VERSION` generator
expression support to match equivalent `C_COMPILER_ID`,
`CXX_COMPILER_ID`, `C_COMPILER_VERSION`, and `CXX_COMPILER_VERSION`
support.

This is very helpful in the case where the C/C++ compiler suite is a
different type of compiler from the platform Fortran compiler and
projects use generator expressions to assign compiler flags and
definitions.  (e.g. `GNU` C/C++ and `SunPro` Fortran on Linux)
2019-01-18 08:56:13 -05:00
..
bash-completion cmake: Add --open option for IDE generators 2017-10-13 21:28:34 +02:00
vim Fortran: Add compiler ID/Version generator expressions 2019-01-18 08:56:13 -05:00
cmake-mode.el cmake-mode.el: Fix "unescaped character literals" warning 2018-07-09 10:06:33 -04:00
cmake.m4 cmake.m4: do not set _XXXFLAGS or _LIBS var if already set 2017-02-23 07:16:16 -05:00
CMakeLists.txt install: Configurable DESTINATION for the cmake.m4 file 2016-11-15 23:17:59 +03:00