mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
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)
|