00477de1c9
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.
4 lines
113 B
CMake
4 lines
113 B
CMake
include(Platform/Windows-GNU)
|
|
__windows_compiler_gnu(Fortran)
|
|
set(CMAKE_Fortran_USE_RESPONSE_FILE_FOR_OBJECTS 0)
|