CMake/Modules/FortranCInterface
Rolf Eike Beer 2622bc3f65 Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)
The matches have already been calculated and can simply be taken from
CMAKE_MATCH_n variables. This avoids multiple compilations of the same or very
similar regular expressions.
2014-04-14 18:16:58 +02:00
..
Verify FortranCInterface: Compile separate Fortran lib in VerifyC[XX] 2011-09-08 14:56:48 -04:00
CMakeLists.txt
Detect.cmake Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex) 2014-04-14 18:16:58 +02:00
Input.cmake.in
Macro.h.in
Output.cmake.in
call_mod.f90
call_sub.f
main.F
my_module.f90
my_module_.c
my_sub.f
mymodule.f90
mymodule_.c
mysub.f
symbol.c.in