From e5301131661f6c05ad36e8aceadd77d37334772a Mon Sep 17 00:00:00 2001 From: Cezary Czaplewski Date: Wed, 9 Sep 2020 22:58:09 +0200 Subject: [PATCH] cmake src_CSA default -std=legacy --- source/unres/src_CSA/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/unres/src_CSA/CMakeLists.txt b/source/unres/src_CSA/CMakeLists.txt index 33dbe86..05858e7 100644 --- a/source/unres/src_CSA/CMakeLists.txt +++ b/source/unres/src_CSA/CMakeLists.txt @@ -115,6 +115,8 @@ elseif (Fortran_COMPILER_NAME STREQUAL "gfortran") set(FFLAGS1 "-std=legacy -cpp -c -g -I. " ) set(FFLAGS2 "-std=legacy -cpp -c -I. ") set(FFLAGS3 "-cpp -c -I. " ) +else () + set(FFLAGS0 "-std=legacy " ) endif (Fortran_COMPILER_NAME STREQUAL "ifort") -- 1.7.9.5