We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e1200 commit d8e14c6Copy full SHA for d8e14c6
src/compilers.cmake
@@ -26,7 +26,6 @@ elseif(CMAKE_Fortran_COMPILER_ID STREQUAL PGI)
26
27
elseif(CMAKE_Fortran_COMPILER_ID STREQUAL Flang)
28
list(APPEND FFLAGS -Mallocatable=03)
29
- link_libraries(-static-flang-libs)
30
elseif(CMAKE_Fortran_COMPILER_ID STREQUAL NAG)
31
list(APPEND FFLAGS -u -C=all)
32
endif()
0 commit comments