From 1d0fa8d0bd6fbf05e2461cf563a84a8037f74ee3 Mon Sep 17 00:00:00 2001 From: David Minton Date: Fri, 28 Jul 2023 11:53:19 -0400 Subject: [PATCH] Updated the line length flag for gfortran --- cmake/Modules/SetFortranFlags.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Modules/SetFortranFlags.cmake b/cmake/Modules/SetFortranFlags.cmake index 4c8cc9b85..b95be5575 100644 --- a/cmake/Modules/SetFortranFlags.cmake +++ b/cmake/Modules/SetFortranFlags.cmake @@ -93,7 +93,7 @@ SET_COMPILE_FLAG(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS}" # Allows for lines longer than 80 characters without truncation SET_COMPILE_FLAG(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS}" - Fortran "-ffree-line-length-none" # GNU (gfortran) + Fortran "-ffree-line-length-512" # GNU (gfortran) ) # Disables right margin wrapping in list-directed output