mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 22:40:25 +00:00
1699836b06
We pass CMAKE_C_FLAGS, CMAKE_CXX_FLAGS, and CMAKE_Fortran_FLAGS through try_compile() for the FortranCInterface Detect and Verify projects. This honors user-specified compiler flags for each language, thus supporting flags that affect the Fortran mangling. |
||
---|---|---|
.. | ||
Verify | ||
call_mod.f90 | ||
call_sub.f | ||
CMakeLists.txt | ||
Detect.cmake | ||
Input.cmake.in | ||
Macro.h.in | ||
main.F | ||
my_module_.c | ||
my_module.f90 | ||
my_sub.f | ||
mymodule_.c | ||
mymodule.f90 | ||
mysub.f | ||
Output.cmake.in | ||
symbol.c.in |