We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d312c commit 6b4c543Copy full SHA for 6b4c543
CMakeLists.txt
@@ -39,8 +39,6 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^Intel")
39
add_compile_options(-warn declarations,general,usage,interfaces,unused)
40
add_compile_options(-stand f18)
41
endif()
42
-elseif(CMAKE_Fortran_COMPILER_ID STREQUAL PGI)
43
- add_compile_options(-Mdclchk)
44
45
46
# --- compiler feature checks
0 commit comments