X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_CSA%2FCMakeLists.txt;h=c48ae1e19ebb93710a8fef56884ec3eb44a881db;hb=ffd054c36c10fe2229fd5987ea0ab328ef3bbd3a;hp=e5adc0253b6f0700a728a0ef676b49ea5d359445;hpb=23e206590e6cfd4d46bf0082a7dd10f8db6db245;p=unres.git diff --git a/source/unres/src_CSA/CMakeLists.txt b/source/unres/src_CSA/CMakeLists.txt index e5adc02..c48ae1e 100644 --- a/source/unres/src_CSA/CMakeLists.txt +++ b/source/unres/src_CSA/CMakeLists.txt @@ -109,10 +109,9 @@ if (Fortran_COMPILER_NAME STREQUAL "ifort") #set(FFLAGS3 "-c -w -O3 -ipo -ipo_obj -opt_report" ) set(FFLAGS3 "-c -w -ipo " ) elseif (Fortran_COMPILER_NAME STREQUAL "gfortran") - set(FFLAGS0 "-cpp -c -I. ") - set(FFLAGS1 "-cpp -c -g -I. " ) - set(FFLAGS2 "-cpp -c -I. ") - #set(FFLAGS3 "-c -w -O3 -ipo -ipo_obj -opt_report" ) + set(FFLAGS0 "-std=legacy -cpp -c -I. ") + set(FFLAGS1 "-std=legacy -cpp -c -g -I. " ) + set(FFLAGS2 "-std=legacy -cpp -c -I. ") set(FFLAGS3 "-cpp -c -I. " ) endif (Fortran_COMPILER_NAME STREQUAL "ifort")