diff options
author | Brad King <brad.king@kitware.com> | 2010-03-11 14:03:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-03-11 14:46:18 (GMT) |
commit | 00477de1c92d94e78cebdaf6c29ff2847207f454 (patch) | |
tree | 80dc45b0b42040fd0c828c4e02178755adfb4cae /Modules/Platform/Windows-GNU-Fortran.cmake | |
parent | f9268c9c818dbf4aec3d7a8d6dd8fbea7da96021 (diff) | |
download | CMake-00477de1c92d94e78cebdaf6c29ff2847207f454.zip CMake-00477de1c92d94e78cebdaf6c29ff2847207f454.tar.gz CMake-00477de1c92d94e78cebdaf6c29ff2847207f454.tar.bz2 |
Use response file for objects on MinGW and MSYS
Windows command lines are limited to about 32K so we need to use
response files for linking very large lists of object files.
See issue #10401.
Diffstat (limited to 'Modules/Platform/Windows-GNU-Fortran.cmake')
-rw-r--r-- | Modules/Platform/Windows-GNU-Fortran.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Windows-GNU-Fortran.cmake b/Modules/Platform/Windows-GNU-Fortran.cmake index c66feed..8273a19 100644 --- a/Modules/Platform/Windows-GNU-Fortran.cmake +++ b/Modules/Platform/Windows-GNU-Fortran.cmake @@ -1,2 +1,3 @@ include(Platform/Windows-GNU) __windows_compiler_gnu(Fortran) +set(CMAKE_Fortran_USE_RESPONSE_FILE_FOR_OBJECTS 0) |