Skip to content

Commit 6b4c543

Browse files
committed
cmake: remove discontinued PGI, which didn't work with stdlib anyway
1 parent 09d312c commit 6b4c543

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^Intel")
3939
add_compile_options(-warn declarations,general,usage,interfaces,unused)
4040
add_compile_options(-stand f18)
4141
endif()
42-
elseif(CMAKE_Fortran_COMPILER_ID STREQUAL PGI)
43-
add_compile_options(-Mdclchk)
4442
endif()
4543

4644
# --- compiler feature checks

0 commit comments

Comments
 (0)