CMake/Modules/Platform/Windows-GNU-Fortran.cmake
Brad King 5f05a3c25e MinGW: Support long object file lists
Use a combination of response files and the archiver to support long
object file lists that do not fit in the Windows command-line length
limit.  This can work only with GCC >= 4 because the MinGW GCC 3.x
front-ends do not support response-file syntax.
2010-09-17 09:25:36 -04:00

3 lines
62 B
CMake

include(Platform/Windows-GNU)
__windows_compiler_gnu(Fortran)