diff options
author | Brad King <brad.king@kitware.com> | 2010-09-17 13:25:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-09-17 13:25:36 (GMT) |
commit | 5f05a3c25e1480648f46c9ccbf775225f9e8e32d (patch) | |
tree | 252d3c48f27d0f6cd6d5242b3ce04e3135ae488d /Modules/Platform/Windows-GNU-Fortran.cmake | |
parent | 2d9bb3325f6b1155bc7848f1f666e79c37bfa253 (diff) | |
download | CMake-5f05a3c25e1480648f46c9ccbf775225f9e8e32d.zip CMake-5f05a3c25e1480648f46c9ccbf775225f9e8e32d.tar.gz CMake-5f05a3c25e1480648f46c9ccbf775225f9e8e32d.tar.bz2 |
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.
Diffstat (limited to 'Modules/Platform/Windows-GNU-Fortran.cmake')
-rw-r--r-- | Modules/Platform/Windows-GNU-Fortran.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Platform/Windows-GNU-Fortran.cmake b/Modules/Platform/Windows-GNU-Fortran.cmake index 8273a19..c66feed 100644 --- a/Modules/Platform/Windows-GNU-Fortran.cmake +++ b/Modules/Platform/Windows-GNU-Fortran.cmake @@ -1,3 +1,2 @@ include(Platform/Windows-GNU) __windows_compiler_gnu(Fortran) -set(CMAKE_Fortran_USE_RESPONSE_FILE_FOR_OBJECTS 0) |