From 101cc83cee9b536a094be710101bb5a179b13058 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Thu, 19 Dec 2019 00:00:09 +0100 Subject: [PATCH] copy and paste error --- cmake/Compiler-PGI.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/Compiler-PGI.cmake b/cmake/Compiler-PGI.cmake index bca76f648..c18679417 100644 --- a/cmake/Compiler-PGI.cmake +++ b/cmake/Compiler-PGI.cmake @@ -1,7 +1,6 @@ ################################################################################################### # PGI Compiler ################################################################################################### -elseif(CMAKE_Fortran_COMPILER_ID STREQUAL "PGI") if (OPTIMIZATION STREQUAL "OFF") set (OPTIMIZATION_FLAGS "-O0" )