CMake/Modules/FortranCInterface
Ben Boeckel 29c3edb87a Avoid if() quoted auto-dereference
When testing CMAKE_<LANG>_COMPILER_ID values, do not explicitly
dereference or quote the variable. We want if() to auto-dereference the
variable and not its value. Also replace MATCHES with STREQUAL where
equivalent.
2014-10-20 11:49:16 -04:00
..
Verify Keep cmake_minimum_required calls in sync with current version 2014-05-19 16:55:12 +02:00
CMakeLists.txt Avoid if() quoted auto-dereference 2014-10-20 11:49:16 -04:00
Detect.cmake Use a more reliable regex for extracting binary INFO strings 2014-09-03 17:00:48 -04:00
Input.cmake.in
Macro.h.in
Output.cmake.in
call_mod.f90
call_sub.f
main.F
my_module.f90
my_module_.c FortranCInterface: Fix mangling detection with Cray Fortran >= 7.3.2 2011-03-24 16:06:58 -04:00
my_sub.f
mymodule.f90
mymodule_.c FortranCInterface: Fix mangling detection with Cray Fortran >= 7.3.2 2011-03-24 16:06:58 -04:00
mysub.f
symbol.c.in