Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 30, 2023
1 parent 6d05bb4 commit c743e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/compilers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ elseif(CMAKE_Fortran_COMPILER_ID STREQUAL "GNU")

# "$<$<COMPILE_LANGAUGE:Fortran>:-Wrealloc-lhs>" # not -Wrealloc-lhs-all which warns on character
elseif(CMAKE_Fortran_COMPILER_ID STREQUAL "NAG")
# https://www.nag.co.uk/nagware/np/r70_doc/manual/compiler_2_4.html#OPTIONS
# https://support.nag.com/nagware/np/r71_doc/manual/compiler_2_4.html#OPTIONS
add_compile_options(
"$<$<COMPILE_LANGUAGE:Fortran>:-f2018;-C;-colour;-gline;-nan;-info;-u>"
)
Expand Down

0 comments on commit c743e07

Please sign in to comment.