X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_CSA%2FCMakeLists.txt;h=05858e7c3bd84aafb315938f8792cee21cde380e;hb=e5301131661f6c05ad36e8aceadd77d37334772a;hp=33dbe8628de87b8f3fc29808793ac6dc34737e50;hpb=f14fe54d204da8d0938665fb640c949d1f624390;p=unres.git 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")