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 22dcf71 commit f099acaCopy full SHA for f099aca
CMakeLists.txt
@@ -19,10 +19,9 @@ if(${CMAKE_Fortran_COMPILER_ID} STREQUAL GNU)
19
list(APPEND FFLAGS -fstack-protector-all)
20
endif()
21
elseif(${CMAKE_Fortran_COMPILER_ID} STREQUAL PGI)
22
- list(APPEND FFLAGS -Mallocatable=03)
+
23
elseif(${CMAKE_Fortran_COMPILER_ID} STREQUAL Flang)
24
list(APPEND FFLAGS -Mallocatable=03)
25
- link_libraries(-static-flang-libs)
26
27
28
0 commit comments