Kitware/ParaView
Examples/Catalyst2/Fortran90FullExample/CMakeLists.txt
:46
target_compile_options(Fortran90FullExampleV2
PRIVATE
"$<IF:$<Fortran_COMPILER_ID:Intel,IntelLLVM>,-extend-source,-ffree-line-length-none>"
)